blob: 585db96b790eca6c1b7313c9fe58067b432f5138 [file] [log] [blame]
$(shell touch foo.in)
all: foo.out
test "$(wildcard ./*.in)" = "./foo.in"
@echo TEST-PASS
./%.out: %.in
test "$@" = "foo.out"
cp $< $@