github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/double_colon_rule.mk (about) 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