comparison: build/pymake/tests/default-target2.mk
build/pymake/tests/default-target2.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 test.foo: %.foo: |
|
2 test "$@" = "test.foo" |
|
3 @echo TEST-PASS made test.foo by default |
|
4 |
|
5 all: |
|
6 @echo TEST-FAIL made $@, should have made test.foo |