source:
CIVL/mods/dev.civl.com/examples/fortran/provesaExamples/MXM/Makefile@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 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.
