summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6177a08..92f72b0 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,6 @@ install: all
install -dm755 $(DESTDIR)$(PREFIX)/bin
install -m755 $(BINPROGS) $(DESTDIR)$(PREFIX)/bin
-uninstall:
- for f in $(BINPROGS); do $(RM) $(DESTDIR)$(PREFIX)/bin/$$f; done
- $(RM) $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_archinstallscripts
-
dist:
git archive --format=tar --prefix=$(PACKAGE_NAME)-$(VER)/ v$(VER) | gzip -9 > $(PACKAGE_NAME)-$(VER).tar.gz
gpg --detach-sign --use-agent $(PACKAGE_NAME)-$(VER).tar.gz