зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
175 B
Makefile
11 строки
175 B
Makefile
|
# make should make makefiles that it has rules for if they are
|
||
|
# included
|
||
|
-include test.mk
|
||
|
|
||
|
all:
|
||
|
test "$(X)" = "1"
|
||
|
@echo "TEST-PASS"
|
||
|
|
||
|
test.mk:
|
||
|
@echo "X = 1" > $@
|