comparison: build/pymake/tests/no-remake.mk
build/pymake/tests/no-remake.mk
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 $(shell date >testfile) |
|
2 |
|
3 all: testfile |
|
4 @echo TEST-PASS |
|
5 |
|
6 testfile: |
|
7 @echo TEST-FAIL "We shouldn't have remade this!" |