]> 4ch.mooo.com Git - 16.git/blobdiff - wbuild.sh
==== REPO AND DEBUG WORK==== I did many things to the repo and adding ability to...
[16.git] / wbuild.sh
index 00e3ed4e5ff085c393037b1df2a28766ec30f39b..b8a1c2908393e3d2a3cbf890b5858254cf439178 100755 (executable)
--- 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