source:
CIVL/mods/dev.civl.com/examples/io/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 222 bytes | |
| Line | |
|---|---|
| 1 | CIVL=civl |
| 2 | VERIFY=$(CIVL) verify |
| 3 | |
| 4 | all: printf fscanf fopen |
| 5 | |
| 6 | printf: printf.cvl |
| 7 | $(VERIFY) printf.cvl |
| 8 | |
| 9 | fscanf: fscanf.cvl |
| 10 | $(VERIFY) fscanf.cvl |
| 11 | |
| 12 | fopen: fileOpen.cvl |
| 13 | $(VERIFY) fileOpen.cvl |
| 14 | |
| 15 | clean: |
| 16 | rm -rf CIVLREP |
| 17 | rm -rf *~ |
Note:
See TracBrowser
for help on using the repository browser.
