blob: 08ed834fd02b9a73b5b072c8b79ee05678d3fb17 [file] [log] [blame]
all: foo.out
test -f $^
@echo TEST-PASS
foo.out: %.out: %.in
test "$*" = "foo"
cp $^ $@
foo.in:
touch $@