Changed coreprof macros to match coreprof.h, altered output to print self-time as...
[IRC.git] / Robust / CoreProf / makefile
1 all:
2         javac -Xlint Trace.java
3
4
5 run:
6         java Trace coreprof.dat
7
8
9 clean:
10         rm -f *.class
11         rm -f *~