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

     1  all: foo.bar
     2  
     3  ./foo.bar: ./%.bar: ./%.baz
     4  	cp $< $@
     5  
     6  ./foo.baz:
     7  	touch $@