diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2021-10-22 03:42:00 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2021-10-22 03:42:00 -0400 |
| commit | f0097f8a6e0a93224393948eebc3c9179b5085c3 (patch) | |
| tree | ad24c0d659347e5533aeb631232c2876d821d598 /Makefile | |
| parent | 0da35d673e1c1717821f724d8fb00379477b65be (diff) | |
l3 partitioning, fixed phase=0 problem
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -19,7 +19,8 @@ dag_path := SD-VBS/dag_binaries | |||
| 19 | single_suffix := _qcif_single | 19 | single_suffix := _qcif_single |
| 20 | pair_suffix := _qcif_pair | 20 | pair_suffix := _qcif_pair |
| 21 | dag-case-study: | 21 | dag-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)"; \ |
