source:
CIVL/examples/compare/PETSc/Makefile@
3073847
| Last change on this file since 3073847 was 59d6d0c, checked in by , 10 years ago | |
|---|---|
|
|
| File size: 186 bytes | |
| Rev | Line | |
|---|---|---|
| [59d6d0c] | 1 | CIVL = civl |
| 2 | COMPARE = $(CIVL) compare | |
| 3 | ||
| 4 | all: output | |
| 5 | ||
| 6 | output: ex2Driver.c ex2a.c ex2b.c | |
| 7 | $(COMPARE) -impl ex2Driver.c ex2a.c -spec ex2Driver.c ex2b.c | |
| 8 | ||
| 9 | clean: | |
| 10 | rm -f *~ | |
| 11 | rm -f -r CIVLREP |
Note:
See TracBrowser
for help on using the repository browser.
