We still need the cfg file in the releases

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@214 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-10-07 19:05:09 +00:00
parent 93a4cd2db5
commit c33dd599cd

View File

@ -42,7 +42,7 @@ zip :
# A release zip archive
ziprelease:
zip grafx2-beta-svn`svnversion`.zip $(BIN) gfx2.dat gfx2.ico doc/gpl-2.0.txt SDL.dll
zip grafx2-beta-svn`svnversion`.zip $(BIN) gfx2.dat gfx2.ico doc/gpl-2.0.txt SDL.dll gfx2.cfg
$(BIN) : $(OBJ)
$(CC) $(OBJ) -o $(BIN) $(LOPT)