github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/wildcard_with_var.mk (about) 1 prefix = M 2 pattern = ${prefix}* 3 files = $(wildcard $(pattern)) 4 5 # expect Makefile, since runtest.rb put this as Makefile in new dir. 6 test: 7 echo $(files)