6 lines
56 B
Makefile
6 lines
56 B
Makefile
define V
|
|
$(eval ## comment)PASS
|
|
endef
|
|
|
|
test:
|
|
echo $(V)
|