makefile correct mod file force update
This commit is contained in:
parent
9ca8192e32
commit
54397de7bc
1 changed files with 2 additions and 0 deletions
|
|
@ -23,9 +23,11 @@ test.o : test.f90 post.mod compact.mod
|
|||
${compiler} -c ${flags} test.f90
|
||||
|
||||
post.o post.mod: post.f90 compact.mod
|
||||
rm -f post.mod
|
||||
${compiler} -c ${flags} post.f90
|
||||
|
||||
Compact.o compact.mod: Compact.f90
|
||||
rm -f compact.mod
|
||||
${compiler} -c ${flags} Compact.f90
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue