summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: c16774412334838c3da46a79aa6969a61a4510f1 (plain)
1
2
3
4
5
6
7
8
9
10
all:

Makefile:
	@

%: FORCE
	+./do $@

.PHONY: FORCE