]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
== repo ==
[16.git] / makefile
index 723216e76b4f3ca58b5321408974bfaf2840280c..ad30164553d9b1456823c1f9054dfa1365d217f8 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -83,7 +83,7 @@ TESTEXEC = exmmtest.exe test.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe
 #testemm.exe testemm0.exe fonttes0.exe miditest.exe sega.exe sountest.exe
 EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe
 
-all: $(EXEC) comp
+all: $(EXEC)
 
 #
 #game and bakapi executables
@@ -423,12 +423,17 @@ clean: .symbolic
 
 comp: .symbolic
        @upx -9 -qqq $(EXEC)
-       @upx -9 -qqq x-demo.exe
+##     @upx -9 -qqq x-demo.exe
 
+#git submodule add <repo>
 updatelibs: .symbolic
        @cd $(JSMNLIB)
        @git pull
        @cd ../../../
+        @cd $(DOSLIB)
+        @git pull
+       @./buildall.sh
+        @cd ../../../
 
 xlib: .symbolic
        @cd 16/xlib