1 test:: 2 echo FOO 3 test:: 4 echo BAR 5 6 test:: A=B 7 8 # Merge a double colon rule with target specific variable is OK. 9 test: A=B 10