source:
CIVL/examples/fortran/badExamples/Makefile@
ed451d9
| Last change on this file since ed451d9 was 1eca21f, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 195 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | CIVL=civl |
| 3 | VERIFY=$(CIVL) verify |
| 4 | |
| 5 | all: badDivideZero badIndex |
| 6 | |
| 7 | badDivideZero: badDivideZero.f |
| 8 | $(VERIFY) badDivideZero.f |
| 9 | |
| 10 | badIndex: badIndex.f |
| 11 | $(VERIFY) badIndex.f |
| 12 | |
| 13 | clean: |
| 14 | rm -rf CIVLREP *~ |
| 15 | |
| 16 | |
| 17 |
Note:
See TracBrowser
for help on using the repository browser.
