summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2021-03-08 21:00:57 -0500
committerJoshua Bakita <jbakita@cs.unc.edu>2021-03-08 21:00:57 -0500
commit99eccfd1169d35fc3a2fda5b58a6f7fe3da71aa4 (patch)
treea6831517aeb4b1b29de1c059fa670b8e05fedb8d
parent797a8e9b732cd93e907a97ab75ebbc1742031bd2 (diff)
Case Study: Add unified makefile
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ada4b16
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
1
2case-study:
3 $(MAKE) -C baseline all
4 $(MAKE) -C dis baseline
5 $(MAKE) -C SD-VBS/benchmarks compile
6