'make zip' now archives 'new_cfg' too
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@182 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
47c511a130
commit
cd6b94f594
3
Makefile
3
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user