From c554fecc76bf2238522914ffae7cfa5eec2689ad Mon Sep 17 00:00:00 2001 From: "p.kosyh" Date: Mon, 9 Nov 2009 10:56:20 +0000 Subject: [PATCH] Makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e5183f..be910fa 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ tarball: clean $(RM) -f Rules.make ln -sf Rules.make.standalone Rules.make ln -sf ./ $(VERTITLE) - tar -cz --exclude $(VERTITLE)/$(VERTITLE) --exclude .svn --exclude $(ARCHIVE) -f $(ARCHIVE) $(VERTITLE)/* + tar -cz --exclude fantasy --exclude $(VERTITLE)/$(VERTITLE) --exclude .svn --exclude $(ARCHIVE) -f $(ARCHIVE) $(VERTITLE)/* $(RM) -f $(VERTITLE) clean: