From b01b598141ea94f05d194444329e335316cd0344 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 7 Oct 2008 14:58:03 +0000 Subject: [PATCH] ini and cfg files are not needed and will be regenerated from default settings on load git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@208 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e59c08cb..0c005ed0 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ zip : # A release zip archive ziprelease: - zip grafx2-beta-svn`svnversion`.zip $(BIN) gfx2.ini gfx2.dat gfx2.cfg 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 $(BIN) : $(OBJ) $(CC) $(OBJ) -o $(BIN) $(LOPT)