source:
CIVL/mods/dev.civl.com/examples/loop_invariants/verifyThisUB/longestRepeatedSubstring/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 200 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | OPTION=-collectSymbolicConstants=true |
| 3 | VERIFY=$(CIVL) verify $(OPTION) |
| 4 | |
| 5 | all : loop |
| 6 | |
| 7 | loop: lrs_deductive.cvl |
| 8 | $(VERIFY) $< |
| 9 | |
| 10 | verify_%: %.cvl |
| 11 | $(VERIFY) $< |
| 12 | |
| 13 | clean: |
| 14 | rm -rf CIVLREP SARL_Why3 *~ |
Note:
See TracBrowser
for help on using the repository browser.
