aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/dhrystone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/dhrystone/Makefile')
-rw-r--r--benchmarks/dhrystone/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile
deleted file mode 100644
index 6a10d2a..0000000
--- a/benchmarks/dhrystone/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-CC := gcc
-CFLAGS := -O3
-
-all:
- $(CC) $(CFLAGS) -DHZ=60 dhry_1.c dhry_2.c -o dhry
-
-clean:
- rm -f dhry