]> skyeroc.xyz Git - dgamelaunch/commitdiff
stop using indent for a while, breaks small checkins
authorJoshua Kwan <joshk@triplehelix.org>
Tue, 6 Jan 2004 05:03:19 +0000 (05:03 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Tue, 6 Jan 2004 05:03:19 +0000 (05:03 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@101 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Makefile

index 86b0af260756848d4c395b875dfee864eb6678d1..d5345b869ef92049d45828bac0345e724ab32def 100644 (file)
--- 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))