github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/colon_ws_in_target.mk (about)

     1  # TODO(c): Fix
     2  
     3  test: a\ b
     4  	echo $@ / $<
     5  
     6  a\ b: a\:b
     7  	echo $@ / $<
     8  
     9  a\\\:b:
    10  	echo a\\\:b $@