1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
check: $(MAKE) -f scripts/makefile check .DEFAULT: $(MAKE) -f scripts/makefile $< SOURCES != echo */source.mk DO != echo -n > tests.mk include $(SOURCES) RM ?= rm .PHONY: clean clean: $(RM) -rf build reports