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, 8 insertions, 0 deletions
diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile
new file mode 100644
index 0000000..6a10d2a
--- /dev/null
+++ b/benchmarks/dhrystone/Makefile
@@ -0,0 +1,8 @@
+CC := gcc
+CFLAGS := -O3
+
+all:
+ $(CC) $(CFLAGS) -DHZ=60 dhry_1.c dhry_2.c -o dhry
+
+clean:
+ rm -f dhry