include ../Makefile.include

all: MRGalSolution.o

clean:
	rm -f *.o *.d

-include MRGalSolution.d

.PHONY: all clean
