aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0926d77..4c9f192 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@ install: pkgit
install -d ${DESTDIR}${PREFIX}/bin
install -m 755 pkgit ${DESTDIR}${PREFIX}/bin/pkgit
+uninstall: ${DESTDIR}${PREFIX}/bin/pkgit
+ ${RM} ${DESTDIR}${PREFIX}/bin/pkgit
+
defconfig:
@echo "Installing default config to ~/.config/pkgit ..."
@mkdir -p ~/.config/pkgit