summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorleochanj105 <leochanj@live.unc.edu>2021-10-22 03:42:00 -0400
committerleochanj105 <leochanj@live.unc.edu>2021-10-22 03:42:00 -0400
commitf0097f8a6e0a93224393948eebc3c9179b5085c3 (patch)
treead24c0d659347e5533aeb631232c2876d821d598 /Makefile
parent0da35d673e1c1717821f724d8fb00379477b65be (diff)
l3 partitioning, fixed phase=0 problem
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9205e0b..d2b1c23 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ dag_path := SD-VBS/dag_binaries
19single_suffix := _qcif_single 19single_suffix := _qcif_single
20pair_suffix := _qcif_pair 20pair_suffix := _qcif_pair
21dag-case-study: 21dag-case-study:
22 sed -i "s/LITMUS 0/LITMUS 1/g" extra.h 22 sudo sed -i "s/LITMUS 0/LITMUS 1/g" extra.h
23 sudo mkdir -p SD-VBS/dag_binaries
23 $(MAKE) -C SD-VBS/benchmarks compile 24 $(MAKE) -C SD-VBS/benchmarks compile
24 @for v in $(benches) ; do \ 25 @for v in $(benches) ; do \
25 # echo "$(dag_path)/$$v""$(single_suffix)"; \ 26 # echo "$(dag_path)/$$v""$(single_suffix)"; \