comparison: build/pymake/tests/matchany2.mk
build/pymake/tests/matchany2.mk
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 # we should succeed in making foo.ooo from foo.ooo.test |
|
2 all: foo.ooo |
|
3 @echo TEST-PASS |
|
4 |
|
5 %.ooo: %.ccc |
|
6 exit 1 |
|
7 |
|
8 # this match-anything rule is terminal, and therefore applies |
|
9 %:: %.test |
|
10 cp $< $@ |
|
11 |
|
12 foo.ooo.test: |
|
13 touch $@ |