all: moduleMesh1DCart.o

moduleMesh1DCart.o: moduleMesh1DCart.f90
	$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@

