Skip to content

Commit 2ef8da5

Browse files
committed
Restore Makefile step for cbmc init.
1 parent fa07639 commit 2ef8da5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ clean:
77
$(MAKE) $(MAKEARGS) -C cbmc/src clean
88
$(MAKE) $(MAKEARGS) -C src clean
99

10+
setup-cbmc:
11+
# To make a single step build, proactively do the dependency downloads:
12+
$(MAKE) $(MAKEARGS) -C cbmc/src minisat2-download
13+
$(MAKE) $(MAKEARGS) -C cbmc/src boost-download
14+
1015
regression:
1116
ifndef single
1217
python ./benchmarks/evaluator.py
1318
else
1419
python ./benchmarks/evaluator.py -B $(single)
1520
endif
21+

0 commit comments

Comments
 (0)