all : moduleMesh2DCyl.o

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

