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