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