OSDN Git Service

- added PinkSilver's ACS Checksight submission.
[zandronum/zandronum-acc.git] / Makefile
index 9b3658a..8e5a41f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ endif
 \r
 CFLAGS = -Os -Wall -W -fomit-frame-pointer\r
 LDFLAGS = -s\r
-VERNUM = 147\r
+VERNUM = 150\r
 \r
 OBJS = \\r
        acc.o     \\r
@@ -143,4 +143,4 @@ zipbin: $(EXENAME) $(ACS)
        kzip /y acc$(VERNUM).zip $(EXENAME) $(ACS)\r
 \r
 zipwbin: Release/acc.exe $(ACS)\r
-       kzip /y acc$(VERNUM)win.zip acc.exe $(ACS)\r
+       kzip /y acc$(VERNUM)win.zip Release/acc.exe $(ACS)\r