# Makefile OBJ =kaijo.o Digamma.o Legendre.o FC =gfortran TARGET =libtest.a $(TARGET):$(OBJ) ar r $@ $? ranlib $@