github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/hash_in_var.mk (about) 1 $(shell mkdir -p tmp) 2 file = $(shell echo tmp/test\#.ext) 3 4 all: test1 5 6 test1: $(file) 7 echo PASS 8 9 $(file): 10 touch $(file)