all: moduleInput.o

%.o: %.f90
	$(FC) $(FCFLAGS) -c $< -o $(OBJDIR)/$@

