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