In ASDF configuration file, move module numerical-functions below algebraic-database,
[maxima.git] / share / colnew / ex2 / Makefile
blob3708014789806db1453e81d07f174b343a5cf112
1 SRCS = dfsub.f \
2 dgsub.f \
3 solutn.f \
4 fsub.f \
5 gsub.f \
6 prob2.f
8 prob2 : $(SRCS:.f=.o)
9 (cd ../fortran; $(MAKE))
10 $(FC) -o $@ $(LDFLAGS) $^ ../fortran/libcolnew.a