/build/pymake/tests/include-regen3.mk
http://github.com/zpao/v8monkey · Makefile · 10 lines · 6 code · 2 blank · 2 comment · 0 complexity · 8a102f4df95d90e52ffa8807a9133f90 MD5 · raw file
- # 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" > $@