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