1PASS:=\#PASS 2test1: 3 echo $(PASS) 4 5test2: 6 echo \# # 7 8define pass 9\#PASS 10endef 11test3: 12 echo $(pass) 13