From 885b0cee17702df4684ddddde5f5132f0ea00504 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Thu, 1 Oct 2015 14:10:47 -0500 Subject: [PATCH] improved makefile~ --- makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 ../../../ -- 2.11.0