summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench/Makefile
blob: 9154e3dc4bbbf818a0c9380475d6d3778a70fc04 (plain)
1
2
3
4
5
6
7
8
9
10
all: ttest itest

ttest: ttest.c
	gcc -Wall -O3 -o ttest ttest.c

itest: itest.c
	gcc -Wall -O3 -o itest itest.c

clean:
	/bin/rm -f itest ttest stpd_cpu* xxx*