index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-01 19:23:27 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-01 19:23:27 +0100 |
commit | 20f6c4c9f2733d6bf817199c60958618c274dce4 (patch) | |
tree | 26c72887d1977fb6cba9139455132995d6aed5c3 /Makefile | |
parent | f8112bed28161da195a57edd63f7bca132d721c8 (diff) |
-rw-r--r-- | Makefile | 13 |
@@ -30,6 +30,19 @@ install-profiles: install-doc: install -vDm 644 $(DOC_FILES) -t $(DOC_DIR) +uninstall: uninstall-scripts uninstall-profiles uninstall-doc + +uninstall-scripts: + -rm -rf "${BIN_DIR}/mkarchiso" + -rm -rf "${BIN_DIR}/run_archiso" + +uninstall-profiles: + -rm -rf "${PROFILE_DIR}" + +uninstall-doc: + -rm -rf "${DOC_DIR}" + + V=$(shell git describe --exact-match) dist: |