X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=wbuild.sh;h=00e3ed4e5ff085c393037b1df2a28766ec30f39b;hb=b5ededfe58e26c2b8e012c7aeac95986b07bf81e;hp=31b9539442eaedfd6175f5e55357fb243bd2a7d6;hpb=398c90d2a35006614f99b38ea112803015d97d33;p=16.git diff --git a/wbuild.sh b/wbuild.sh index 31b95394..00e3ed4e 100755 --- a/wbuild.sh +++ b/wbuild.sh @@ -1,13 +1,16 @@ #! /bin/bash -wmake -h clean -wmake -h -wmake -h comp -if [ -f *.err ] -then - echo dumping *.err - wmake vomitchan -fi -if [ -f 16_head.o ] -then - rm *.o -fi +pee="-h" +wmake -s "$pee" clean +wmake -s "$pee" +wmake -s "$pee" comp +#if [[ -f *.err ]] +#then +# echo dumping *.err + #cat *.err + wmake -s "$pee" vomitchan +#fi +#if [ -f 16_head.o ] +#then +# rm *.o +#fi +####wmake $pee inntest.exe