diff options
Diffstat (limited to 'advertising/Makefile')
-rw-r--r-- | advertising/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/advertising/Makefile b/advertising/Makefile index 756918b57..c0178bf0b 100644 --- a/advertising/Makefile +++ b/advertising/Makefile @@ -12,9 +12,7 @@ install: install -m644 list-$(THEME) $(DESTDIR)/list tar: - rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) git archive --prefix $(PRODUCT)-$(VERSION)/ HEAD | xz -9 > $(PRODUCT)-$(VERSION).tar.xz - rm -rf $(PRODUCT)-$(VERSION) clean: find . -name "*~" -o -name ".#*" | xargs rm -f |