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