michael@0: $(shell touch foo.in) michael@0: michael@0: all: foo.out michael@0: test "$(wildcard ./*.in)" = "./foo.in" michael@0: @echo TEST-PASS michael@0: michael@0: ./%.out: %.in michael@0: test "$@" = "foo.out" michael@0: cp $< $@