/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
- default:
- test "$(MAKECMDGOALS)" = ""
- $(MAKE) -f $(TESTPATH)/cmdgoals.mk t1 t2
- @echo TEST-PASS
- t1:
- test "$(MAKECMDGOALS)" = "t1 t2"
- t2: