diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ clean: make -C src clean dist: clean - rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar* + rm -rf ../$(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar* svn export -q -rBASE . ../$(PACKAGE)-$(VERSION) tar cjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION) rm -rf ../mandi-$(VERSION) |