source: CIVL/examples/fortran/provesaExamples/MXM/Makefile@ aaa9c8d

1.23 2.0 main test-branch
Last change on this file since aaa9c8d was 1eca21f, checked in by Wenhao Wu <wuwenhao@…>, 10 years ago

Add Makefile to each fortran example folder

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

  • Property mode set to 100644
File size: 119 bytes
Line 
1
2CIVL=civl
3VERIFY=$(CIVL) verify
4
5all: ex1a
6
7ex1a: ex1a.F
8 $(VERIFY) mxmdriver.F ex1a.f
9
10clean:
11 rm -rf CIVLREP *~
12
13
14
Note: See TracBrowser for help on using the repository browser.