source:
CIVL/examples/loop_invariants/Jans_example/arbitrary_block/Makefile@
3912825
| Last change on this file since 3912825 was 05e541a, checked in by , 8 years ago | |
|---|---|
|
|
| File size: 207 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl-current |
| 2 | VERIFY=$(CIVL) verify -loop |
| 3 | |
| 4 | all: ml_inner_three ml_all_four |
| 5 | |
| 6 | ml_inner_three: inner_three.cvl |
| 7 | $(VERIFY) $< |
| 8 | |
| 9 | |
| 10 | |
| 11 | ml_all_four: all_four.cvl |
| 12 | $(VERIFY) $< |
| 13 | |
| 14 | clean: |
| 15 | rm -rf *~ .sarl CIVLREP |
| 16 | |
| 17 |
Note:
See TracBrowser
for help on using the repository browser.
