source:
CIVL/examples/sideEffects/Makefile@
04c71e3
| Last change on this file since 04c71e3 was cabe6b08, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 148 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | all : malloc postIncr |
| 5 | |
| 6 | malloc : malloc.cvl |
| 7 | $(VERIFY) malloc.cvl |
| 8 | |
| 9 | postIncr : postIncr.cvl |
| 10 | $(VERIFY) postIncr.cvl |
Note:
See TracBrowser
for help on using the repository browser.
