1
2
3 default: runtests
4
5
6 runtests:
7 ./runtests
8
9
10 clean:
11 rm -f *.iec
12 rm -f *.err
13 rm -f *.err2
14 rm -f *.out
15 rm -f *.out2