X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=wbuild.sh;h=b8a1c2908393e3d2a3cbf890b5858254cf439178;hp=00e3ed4e5ff085c393037b1df2a28766ec30f39b;hb=033a884c3a161367f6820dbcc959111403ecd497;hpb=7d169eda895595c0bc90ec61a5935f642763c5f8 diff --git a/wbuild.sh b/wbuild.sh index 00e3ed4e..b8a1c290 100755 --- a/wbuild.sh +++ b/wbuild.sh @@ -1,13 +1,14 @@ #! /bin/bash pee="-h" -wmake -s "$pee" clean -wmake -s "$pee" -wmake -s "$pee" comp +# -s" +wmake ${pee} clean +wmake ${pee} +wmake ${pee} comp #if [[ -f *.err ]] #then # echo dumping *.err #cat *.err - wmake -s "$pee" vomitchan + wmake ${pee} vomitchan #fi #if [ -f 16_head.o ] #then