source:
CIVL/mods/dev.civl.com/examples/contracts/contractsSeq/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 205 bytes | |
| Rev | Line | |
|---|---|---|
| [9aaed1f] | 1 | CIVL=civl |
| [40f7cfa] | 2 | OPTION=-errorBound=10 -enablePrintf=false -mpiContract |
| [9aaed1f] | 3 | VERIFY=$(CIVL) verify $(OPTION) |
| 4 | ||
| 5 | ||
| 6 | all: $(patsubst %.c, VERIFY_%, $(wildcard *.c)) | |
| 7 | ||
| 8 | VERIFY_%: %.c | |
| 9 | $(VERIFY) $< | |
| 10 | ||
| 11 | clean: | |
| 12 | rm -r -f *~ CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
