]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
== added git repos to the game lib for updates ^^
[16.git] / makefile
index f52797f833891ae329b0ed8210e82f7698821103..ad30164553d9b1456823c1f9054dfa1365d217f8 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -425,10 +425,15 @@ comp: .symbolic
        @upx -9 -qqq $(EXEC)
 ##     @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