/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

  1. # make should make makefiles that it has rules for if they are
  2. # included
  3. -include test.mk
  4. all:
  5. test "$(X)" = "1"
  6. @echo "TEST-PASS"
  7. test.mk:
  8. @echo "X = 1" > $@