/build/pymake/tests/unterminated-dollar.mk
http://github.com/zpao/v8monkey · Makefile · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · fb75409be08a0b54e976e7c35cd30013 MD5 · raw file
- VAR = value$
- VAR2 = other
- all:
- test "$(VAR)" = "value"
- @echo TEST-PASS