From: Joshua Kwan Date: Tue, 6 Jan 2004 05:03:19 +0000 (+0000) Subject: stop using indent for a while, breaks small checkins X-Git-Tag: v1.6.1-roc-dev~597 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=d80b8676222bed1446e404f2f47db5504c761ebc;p=dgamelaunch stop using indent for a while, breaks small checkins git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@101 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Makefile b/Makefile index 86b0af2..d5345b8 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ y.tab.c: config.y lex.yy.o: lex.yy.c y.tab.o: y.tab.c -dist: clean indent +dist: clean rm -rf $(NAME)-$(VERSION) (cd .. && ln -sf $(CURDIR) $(NAME)-$(VERSION)) (cd .. && tar $(addprefix --exclude ,$(exclusions)) -chzf $(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION))