summaryrefslogtreecommitdiffstats
path: root/runtime/bench2/Makefile
diff options
context:
space:
mode:
authorhunt <hunt>2006-03-09 08:48:06 +0000
committerhunt <hunt>2006-03-09 08:48:06 +0000
commit68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb (patch)
tree456b5d73292446a4017fcecf5162e5b20be86e95 /runtime/bench2/Makefile
parent43efac911763c31250e953fcd633d7f275d88270 (diff)
downloadsystemtap-steved-68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb.tar.gz
systemtap-steved-68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb.tar.xz
systemtap-steved-68642a15584f9e4fbf8cfc5765a3cfaeac0a5bbb.zip
2006-03-09 Martin Hunt <hunt@redhat.com>
* bench2: New directory containing a benchmark framework.
Diffstat (limited to 'runtime/bench2/Makefile')
-rw-r--r--runtime/bench2/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/bench2/Makefile b/runtime/bench2/Makefile
new file mode 100644
index 00000000..7fcfcfe4
--- /dev/null
+++ b/runtime/bench2/Makefile
@@ -0,0 +1,7 @@
+all: itest
+
+itest: itest.c
+ gcc -Wall -O3 -o itest itest.c
+
+clean:
+ /bin/rm -f itest