From: sparky4 Date: Thu, 1 Oct 2015 19:10:47 +0000 (-0500) Subject: improved makefile~ X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=885b0cee17702df4684ddddde5f5132f0ea00504;p=16.git improved makefile~ --- diff --git a/makefile b/makefile index 0bf31f52..42fc3261 100755 --- a/makefile +++ b/makefile @@ -9,10 +9,10 @@ COPYCOMMAND=copy /y DIRSEP=\ OBJ=obj !endif -!ifndef INCLUDE -IN=..$(DIRSEP)..$(DIRSEP)fdos$(DIRSEP)watcom2$(DIRSEP)h -IFLAGS=-i=$(IN) -!endif +#!ifndef INCLUDE +#IN=..$(DIRSEP)..$(DIRSEP)fdos$(DIRSEP)watcom2$(DIRSEP)h +#IFLAGS=-i=$(IN) +#!endif TARGET_OS = dos #-zk0u = translate kanji to unicode... wwww @@ -369,3 +369,8 @@ clean: .symbolic comp: .symbolic upx -9 $(EXEC) + +updatelibs: .symbolic + cd $(JSMNLIB) + git pull + cd ../../../