makefile correct mod file force update

This commit is contained in:
ignis 2019-04-10 17:24:49 +09:00
parent 9ca8192e32
commit 54397de7bc

View file

@ -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: