OSDN Git Service
(root)
/
proj16
/
16.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
31b9539442eaedfd6175f5e55357fb243bd2a7d6
[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
wmake vomitchan
9
fi
10
if [ -f 16_head.o ]
11
then
12
rm *.o
13
fi