]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
i hate being tired wwww i will work on the project some more sometime wwww
[16.git] / makefile
index 2b458453ddee1173acc598dfc735547a3bc4d8d9..f89a92905dbb75c1886ca01b02692916e24f04f8 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -66,7 +66,7 @@ SFLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k55808#60000#32768
 DFLAGS=-DTARGET_MSDOS=16 -DMSDOS=1 $(SFLAGS)
 ZFLAGS=-zk0 -zq -zc -zp8# -zm
 CFLAGS=$(AFLAGS) $(IFLAGS)-lr -l=dos -wo##wwww
-OFLAGS=-obmiler -out -oh -ei -zp8 -0 -fpi87  -onac -ol+ -ok####x
+OFLAGS=-obmiler -out -oh -ei -zp8 -fpi87  -onac -ol+ -ok####x
 FLAGS=$(CFLAGS) $(OFLAGS) $(DFLAGS) $(ZFLAGS)
 
 
@@ -426,12 +426,23 @@ comp: .symbolic
        @upx -9 -qqq x-demo.exe
 
 updatelibs: .symbolic
-       cd $(JSMNLIB)
-       git pull
-       cd ../../../
+       @cd $(JSMNLIB)
+       @git pull
+       @cd ../../../
 
 xlib: .symbolic
        @cd 16/xlib
        @wmake clean
        @wmake all
-       cd ../../
+       @cd ../../
+
+mx: .symbolic
+       @cd 16/xw
+#      @wmake clean
+       @wmake all
+       @cd ../../
+
+mx_: .symbolic
+       @cd 16/xw_
+       @wmake -f makefile.wat all
+       @cd ../../