gecko-dev/build/pymake/tests/static-pattern2.mk

11 строки
112 B
Makefile

all: foo.out
test -f $^
@echo TEST-PASS
foo.out: %.out: %.in
test "$*" = "foo"
cp $^ $@
foo.in:
touch $@