X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=makefile;h=723216e76b4f3ca58b5321408974bfaf2840280c;hb=eaba4d3c821a093b4ec567303e307a8056c19bb8;hp=c0f971a16d370391101ee427e83886a7c6fd3338;hpb=419b0a69cffced29a4ac169c5f243f83e8fe9d13;p=16.git diff --git a/makefile b/makefile index c0f971a1..723216e7 100755 --- a/makefile +++ b/makefile @@ -426,18 +426,24 @@ 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 ../../ + @cd ../../ + +mx_: .symbolic + @cd 16/xw_ + @wmake -f makefile all + @cd ../../ +