github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/escaped_comment.mk (about) 1 PASS:=\#PASS 2 test1: 3 echo $(PASS) 4 5 test2: 6 echo \# # 7 8 define pass 9 \#PASS 10 endef 11 test3: 12 echo $(pass)