source:
CIVL/examples/loop_invariants/Makefile@
dedd42e
| Last change on this file since dedd42e was 60ef2c0, checked in by , 9 years ago | |
|---|---|
|
|
| File size: 190 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | OPTION=-collectSymbolicConstants=true |
| 3 | VERIFY=$(CIVL) verify $(OPTION) |
| 4 | |
| 5 | all : $(patsubst %.cvl, verify_%, $(wildcard *)) |
| 6 | |
| 7 | verify_%: %.cvl |
| 8 | $(VERIFY) $< |
| 9 | |
| 10 | clean: |
| 11 | rm -rf CIVLREP *~ |
Note:
See TracBrowser
for help on using the repository browser.
