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) 13