source:
CIVL/mods/dev.civl.com/examples/compare/sum/Makefile@
e49edeb
| Last change on this file since e49edeb was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 178 bytes | |
| Rev | Line | |
|---|---|---|
| [7c593bf] | 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.
