add source code that does not have location annotations.
[IRC.git] / Robust / CoreProf / makefile
1 all:
2         javac -cp . -Xlint Trace.java 
3
4
5 run:
6         java -ea Trace coreprof.dat trace.out
7
8
9 plot: coreprof.dat
10         gnuplot plot.cmd
11
12
13 clean:
14         rm -f *.class
15         rm -f *~
16