summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/bench/Makefile')
-rw-r--r--runtime/probes/bench/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/probes/bench/Makefile b/runtime/probes/bench/Makefile
new file mode 100644
index 00000000..9154e3dc
--- /dev/null
+++ b/runtime/probes/bench/Makefile
@@ -0,0 +1,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*