diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -6,12 +6,12 @@ case-study: | |||
| 6 | $(MAKE) -C SD-VBS/benchmarks compile | 6 | $(MAKE) -C SD-VBS/benchmarks compile |
| 7 | 7 | ||
| 8 | benchmarks: | 8 | benchmarks: |
| 9 | sed -i "s/LITMUS 1/LITMUS 0/g" extra.h | 9 | sed -i "s/LITMUS 0/LITMUS 1/g" extra.h |
| 10 | #$(MAKE) -C baseline all | 10 | # $(MAKE) -C baseline all |
| 11 | #$(MAKE) -C all_pairs all | 11 | #$(MAKE) -C all_pairs all |
| 12 | #$(MAKE) -C dis pairs | 12 | #$(MAKE) -C dis pairs |
| 13 | # $(MAKE) -C SD-VBS/benchmarks CFLAGS=-DPAIRED compile | 13 | $(MAKE) -C SD-VBS/benchmarks CFLAGS=-DPAIRED compile |
| 14 | $(MAKE) -C SD-VBS/benchmarks compile | 14 | # $(MAKE) -C SD-VBS/benchmarks compile |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | benches := svm mser sift texture_synthesis tracking disparity localization multi_ncut stitch | 17 | benches := svm mser sift texture_synthesis tracking disparity localization multi_ncut stitch |
