Include mfsk.f90 in the Makefile.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6233 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2015-12-06 16:22:11 +00:00
parent f6381577e4
commit 0930a149e8
1 changed files with 5 additions and 1 deletions

View File

@ -13,12 +13,16 @@ FC = gfortran
%.o: %.F90
${FC} ${FFLAGS} -c $<
all: probs.out
all: mfsk probs.out
OBJS1 = prob.o binomial_subs.o
prob: $(OBJS1)
$(FC) -o prob $(OBJS1)
OBJS2 = mfsk.o binomial_subs.o
mfsk: $(OBJS2)
$(FC) -o mfsk $(OBJS2)
probs.out: prob
# x N X s
prob 35 63 40 40 > probs.out