tenfourfox/build/pymake/tests/matchany3.mk

11 lines
120 B
Makefile
Raw Normal View History

2017-04-19 00:56:45 -07:00
$(shell \
echo "target" > target.in; \
)
all: target
test "$$(cat $^)" = "target"
@echo TEST-PASS
%: %.in
cp $< $@