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