X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=wbuild.sh;h=b8a1c2908393e3d2a3cbf890b5858254cf439178;hb=0df3c2d5e81ce6a2f1d498b3107e1fd223e7af80;hp=cd0d1f3e4ce51e45907257d6b5e7ede4131b729d;hpb=7794bf4b1d134c0163724b94b2a22c33fb4d7b9b;p=16.git diff --git a/wbuild.sh b/wbuild.sh index cd0d1f3e..b8a1c290 100755 --- a/wbuild.sh +++ b/wbuild.sh @@ -1,15 +1,17 @@ #! /bin/bash -wmake -s -h clean -wmake -s -h -wmake -s -h comp +pee="-h" +# -s" +wmake ${pee} clean +wmake ${pee} +wmake ${pee} comp #if [[ -f *.err ]] #then # echo dumping *.err #cat *.err - wmake -s -h vomitchan + wmake ${pee} vomitchan #fi #if [ -f 16_head.o ] #then # rm *.o #fi -####wmake -s -h inntest.exe +####wmake $pee inntest.exe