934cb486d6
introduced SUBST_VARS.
5 lines
123 B
Makefile
5 lines
123 B
Makefile
PLAIN=hello_world
|
|
DQUOT="hello world"
|
|
SQUOT='hello world'
|
|
DELIM=hello, world
|
|
EVIL1=h\ello \0\0\0 \\\"\' foo && bar
|