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