github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/kati/testcase/canned_recipes.mk (about) 1 # http://www.gnu.org/software/make/manual/make.html#Canned-Recipes 2 3 # canned recipes are used in gyp-generated Makefile (fixup_dep etc) 4 5 define run-echo 6 echo $@ 7 endef 8 9 test: 10 $(run-echo)