source: CIVL/examples/compare/PETSc/Makefile@ 3073847

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 3073847 was 59d6d0c, checked in by Si Li <sili@…>, 10 years ago

add make file to PETSc examples

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@3463 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 186 bytes
Line 
1CIVL = civl
2COMPARE = $(CIVL) compare
3
4all: output
5
6output: ex2Driver.c ex2a.c ex2b.c
7 $(COMPARE) -impl ex2Driver.c ex2a.c -spec ex2Driver.c ex2b.c
8
9clean:
10 rm -f *~
11 rm -f -r CIVLREP
Note: See TracBrowser for help on using the repository browser.