blob: 83de8af2b761d0be1a3c4acd6e20eba28b02fc1a [file] [log] [blame]
$(shell \
echo "target" > target.in; \
)
all: target
test "$$(cat $^)" = "target"
@echo TEST-PASS
%: %.in
cp $< $@