/build/pymake/tests/cmdgoals.mk

http://github.com/zpao/v8monkey · Makefile · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · b31b771ef360cce90a2ad1d3f4da763a MD5 · raw file

  1. default:
  2. test "$(MAKECMDGOALS)" = ""
  3. $(MAKE) -f $(TESTPATH)/cmdgoals.mk t1 t2
  4. @echo TEST-PASS
  5. t1:
  6. test "$(MAKECMDGOALS)" = "t1 t2"
  7. t2: