all: moduleMesh0D.o

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

