source:
CIVL/examples/loop_invariants/Jans_example/arbitrary_block/Makefile
| Last change on this file was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 168 bytes | |
| Rev | Line | |
|---|---|---|
| [7053584] | 1 | CIVL=civl |
| [f90c809] | 2 | VERIFY=$(CIVL) verify -loop |
| 3 | ||
| [8f19c31] | 4 | all: main lemmas |
| [f90c809] | 5 | |
| [8f19c31] | 6 | main: arbitrary_block.cvl |
| 7 | $(VERIFY) $< | |
| 8 | ||
| 9 | lemmas: lemmas.cvl | |
| [f90c809] | 10 | $(VERIFY) $< |
| 11 | ||
| 12 | ||
| 13 | clean: | |
| 14 | rm -rf *~ .sarl CIVLREP | |
| 15 | ||
| 16 |
Note:
See TracBrowser
for help on using the repository browser.
