OSDN Git Service

updating make file today
[proj16/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