]> 4ch.mooo.com Git - 16.git/blobdiff - makefile
^^
[16.git] / makefile
index 7e02f9ba25f979521753a9c33e180cad07a76ca3..f52797f833891ae329b0ed8210e82f7698821103 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,7 +423,7 @@ clean: .symbolic
 
 comp: .symbolic
        @upx -9 -qqq $(EXEC)
-       @upx -9 -qqq x-demo.exe
+##     @upx -9 -qqq x-demo.exe
 
 updatelibs: .symbolic
        @cd $(JSMNLIB)
@@ -442,9 +442,8 @@ mx: .symbolic
        @wmake all
        @cd ../../
 
-x: .symbolic
-       @cd 16/x
-       @wmake -f makefile.wat pee
-       @cd ../xw_/
-       @wmake all
+mx_: .symbolic
+       @cd 16/xw_
+       @wmake -f makefile all
        @cd ../../
+