X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=wbuild.sh;h=af9d4da0aab06fea5c3f05c4ad1ba6178718637b;hb=ad7c0e46f0b70f0e601b162411a3e95e788b45f1;hp=12b60be76c31ffc8254e9fffcdbad8e8dfa0645b;hpb=954866bef960bd4479c25caf624f3ce5abc687ca;p=16.git diff --git a/wbuild.sh b/wbuild.sh index 12b60be7..af9d4da0 100755 --- a/wbuild.sh +++ b/wbuild.sh @@ -2,12 +2,13 @@ wmake -h clean wmake -h wmake -h comp -if [ -f *.err ] +if [[ -f *.err ]] then echo dumping *.err - cat *.err -fi -if [ -f *.o ] -then - rm *.o + #cat *.err + wmake vomitchan fi +#if [ -f 16_head.o ] +#then +# rm *.o +#fi