source:
CIVL/mods/dev.civl.com/examples/analysis/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 234 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=${CIVL} verify |
| 3 | |
| 4 | all: max abs abs2 |
| 5 | |
| 6 | max: unreached.c |
| 7 | ${VERIFY} -showUnreached unreached.c |
| 8 | |
| 9 | abs: abs.c |
| 10 | ${VERIFY} -analyze_abs abs.c |
| 11 | |
| 12 | abs2: abs2.c |
| 13 | ${VERIFY} -analyze_abs abs2.c |
| 14 | |
| 15 | clean: |
| 16 | rm -f -r CIVLREP |
| 17 | rm -r -f *~ |
Note:
See TracBrowser
for help on using the repository browser.
