From d80b8676222bed1446e404f2f47db5504c761ebc Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Tue, 6 Jan 2004 05:03:19 +0000 Subject: [PATCH] stop using indent for a while, breaks small checkins git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@101 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))