source:
CIVL/examples/fortran/provesaExamples/MXM/Makefile@
cc9073d
| Last change on this file since cc9073d was 1eca21f, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 119 bytes | |
| Rev | Line | |
|---|---|---|
| [1eca21f] | 1 | |
| 2 | CIVL=civl | |
| 3 | VERIFY=$(CIVL) verify | |
| 4 | ||
| 5 | all: ex1a | |
| 6 | ||
| 7 | ex1a: ex1a.F | |
| 8 | $(VERIFY) mxmdriver.F ex1a.f | |
| 9 | ||
| 10 | clean: | |
| 11 | rm -rf CIVLREP *~ | |
| 12 | ||
| 13 | ||
| 14 |
Note:
See TracBrowser
for help on using the repository browser.
