Added dependencies on Makefile.

This commit is contained in:
Harry Moffat 2008-01-01 19:25:14 +00:00
parent b479220927
commit 1ac8f7508f

View file

@ -79,6 +79,9 @@ endif
%.o : %.f
@F77@ -c $< $(F77_INCLUDES) $(F_FLAGS)
$(OBJS): Makefile
clean:
$(RM) $(OBJS) $(LAPACKLIB)
depends: