From d93cd0287cf935a7fc41e7cde46572775eaa8319 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 31 Jul 2014 09:32:23 -0400 Subject: remove uninstall target --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf