source:
CIVL/examples/fortran/badExamples/Makefile@
0878ee4
| Last change on this file since 0878ee4 was 1eca21f, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 195 bytes | |
| Rev | Line | |
|---|---|---|
| [1eca21f] | 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.
