source:
CIVL/mods/dev.civl.com/examples/bench/Makefile@
bc0fbae
| Last change on this file since bc0fbae was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 233 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | |
| 5 | all: assignments assignmentsNoSimplify |
| 6 | |
| 7 | assignments: assignments.cvl |
| 8 | $(VERIFY) -DSIMPLIFY $< |
| 9 | |
| 10 | assignmentsNoSimplify: assignments.cvl |
| 11 | $(VERIFY) -simplify=false $< |
| 12 | |
| 13 | clean: |
| 14 | rm -rf *~ CIVLREP .sarl |
| 15 |
Note:
See TracBrowser
for help on using the repository browser.
