source:
CIVL/mods/dev.civl.com/examples/compare/sum/Makefile@
bc0fbae
| Last change on this file since bc0fbae was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 178 bytes | |
| Line | |
|---|---|
| 1 | CIVL = civl |
| 2 | COMPARE = $(CIVL) compare |
| 3 | |
| 4 | all: sum |
| 5 | |
| 6 | sum: sumNimpl.cvl sumNspec.cvl |
| 7 | $(COMPARE) -inputN=10 -spec sumNspec.cvl -impl sumNimpl.cvl |
| 8 | |
| 9 | clean: |
| 10 | rm -f *~ |
| 11 | rm -f -r CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
