Added dependencies on Makefile.
This commit is contained in:
parent
b479220927
commit
1ac8f7508f
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ endif
|
|||
|
||||
%.o : %.f
|
||||
@F77@ -c $< $(F77_INCLUDES) $(F_FLAGS)
|
||||
|
||||
$(OBJS): Makefile
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJS) $(LAPACKLIB)
|
||||
depends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue