source:
CIVL/examples/fortran/provesaExamples/MXM/Makefile@
b61cfc8
| Last change on this file since b61cfc8 was 1eca21f, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 119 bytes | |
| Line | |
|---|---|
| 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.
