source:
CIVL/mods/dev.civl.com/examples/sideEffects/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 175 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 |
| 11 | |
| 12 | clean: |
| 13 | rm -rf *~ CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
