github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/dot_rule.mk (about) 1 # Rules start with dots cannot be the first rule. 2 .foo: 3 echo FAIL 4 5 test: 6 echo PASS