gecko-dev/build/pymake/tests/no-remake.mk

8 строки
117 B
Makefile

$(shell date >testfile)
all: testfile
@echo TEST-PASS
testfile:
@echo TEST-FAIL "We shouldn't have remade this!"