9 lines
84 B
Makefile
9 lines
84 B
Makefile
define newline
|
|
|
|
|
|
endef
|
|
|
|
$(info This should have$(newline)two lines)
|
|
|
|
test:
|
|
echo OK
|