source:
CIVL/examples/mem/Makefile@
aaa9c8d
| Last change on this file since aaa9c8d was da65ee2, checked in by , 7 years ago | |
|---|---|
|
|
| File size: 120 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | all: mem_complex |
| 5 | |
| 6 | mem_complex: mem_complex.cvl |
| 7 | $(VERIFY) $< |
| 8 | |
| 9 | clean: |
| 10 | rm -rf CIVLREP *~ |
Note:
See TracBrowser
for help on using the repository browser.
