build/pymake/tests/static-pattern2.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:5f0e28b59144
1 all: foo.out
2 test -f $^
3 @echo TEST-PASS
4
5 foo.out: %.out: %.in
6 test "$*" = "foo"
7 cp $^ $@
8
9 foo.in:
10 touch $@

mercurial