summaryrefslogtreecommitdiffstats
path: root/build/pymake/tests/matchany3.mk
blob: 83de8af2b761d0be1a3c4acd6e20eba28b02fc1a (plain)
1
2
3
4
5
6
7
8
9
10
$(shell \
echo "target" > target.in; \
)

all: target
	test "$$(cat $^)" = "target"
	@echo TEST-PASS

%: %.in
	cp $< $@