summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)"; \