summaryrefslogtreecommitdiffstats
path: root/runtime/bench2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/bench2/Makefile')
-rw-r--r--runtime/bench2/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/bench2/Makefile b/runtime/bench2/Makefile
deleted file mode 100644
index ffb2991a..00000000
--- a/runtime/bench2/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-all: itest
-
-itest: itest.c
- gcc -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -Werror -O3 -o itest itest.c -lpthread
-
-clean:
- /bin/rm -f itest