summaryrefslogtreecommitdiff
path: root/UNI/baselines/cpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'UNI/baselines/cpu/Makefile')
-rw-r--r--UNI/baselines/cpu/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/UNI/baselines/cpu/Makefile b/UNI/baselines/cpu/Makefile
new file mode 100644
index 0000000..a1b4766
--- /dev/null
+++ b/UNI/baselines/cpu/Makefile
@@ -0,0 +1,6 @@
+all:
+ gcc -o uni -fopenmp app_baseline.c
+
+clean:
+ rm uni
+