From cd6b94f5941ac88727baa9bff1c30a9c5f58996f Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Tue, 30 Sep 2008 02:32:33 +0000 Subject: [PATCH] 'make zip' now archives 'new_cfg' too git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@182 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9030a604..7bba2a67 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ release : $(BIN) # A raw source archive zip : - tar cvzf gfx2-src.tgz *.c *.h Makefile Makefile.dep gfx2.dat gfx2.ini gfx2.cfg doc/gpl-2.0.txt + tar cvzf gfx2-src.tgz *.c *.h Makefile Makefile.dep gfx2.dat gfx2.ini gfx2.cfg doc/gpl-2.0.txt \ + cfg_new/*.c cfg_new/*.h cfg_new/Makefile cfg_new/8pxfont.png $(BIN) : $(OBJ) $(CC) $(OBJ) -o $(BIN) $(LOPT)