]> 4ch.mooo.com Git - 16.git/blob - wbuild.sh
updating make file today
[16.git] / wbuild.sh
1 #! /bin/bash
2 wmake -h clean
3 wmake -h
4 wmake -h comp
5 if [ -f *.err ]
6 then
7         echo dumping *.err
8         cat *.err
9 fi
10 if [ -f *.o ]
11 then
12         rm *.o
13 fi