5 lines
58 B
Makefile
5 lines
58 B
Makefile
$(warning foo) # foo \
|
|
bar
|
|
$(warning bar)
|
|
test:
|
|
echo foo
|