diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2021-03-08 21:00:57 -0500 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2021-03-08 21:00:57 -0500 |
commit | 99eccfd1169d35fc3a2fda5b58a6f7fe3da71aa4 (patch) | |
tree | a6831517aeb4b1b29de1c059fa670b8e05fedb8d | |
parent | 797a8e9b732cd93e907a97ab75ebbc1742031bd2 (diff) |
Case Study: Add unified makefile
-rw-r--r-- | Makefile | 6 |
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 | |||
2 | case-study: | ||
3 | $(MAKE) -C baseline all | ||
4 | $(MAKE) -C dis baseline | ||
5 | $(MAKE) -C SD-VBS/benchmarks compile | ||
6 | |||