source:
CIVL/mods/dev.civl.abc/examples/alias/Makefile
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 153 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=${CIVL} verify |
| 3 | |
| 4 | all: array barrier |
| 5 | |
| 6 | array: arrayaccess.cvl |
| 7 | ${VERIFY} $< |
| 8 | |
| 9 | barrier: barrier.cvl |
| 10 | ${VERIFY} $< |
| 11 | |
| 12 | clean: |
| 13 | rm -rf CIVLREP/* |
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
