include ../Makefile.include

all: PerSolution.o

clean:
	rm -f *.o *.d

-include PerSolution.d

.PHONY: all clean
