summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
blob: 0614da7d1103727179a468a5d20b022c807428d0 (plain)
1
2
3
4
5
6
7
8
9
10
all: ALWAYS
	@echo please specify a target to build
%: ALWAYS
	@$(MAKE) -s -C .. tools/$@

Makefile:
	#nothing
ALWAYS:
.PHONY: ALWAYS makefiles
.SUFFIXES: