Mypal/build/pymake/tests/matchany3.mk
2019-03-11 13:26:37 +03:00

11 lines
120 B
Makefile

$(shell \
echo "target" > target.in; \
)
all: target
test "$$(cat $^)" = "target"
@echo TEST-PASS
%: %.in
cp $< $@