blob: 2d5484fa7bc85fc968da2a24930053b68963d83b [file] [log] [blame]
# http://www.gnu.org/software/make/manual/make.html#Canned-Recipes
# canned recipes are used in gyp-generated Makefile (fixup_dep etc)
define run-echo
echo $@
endef
test:
$(run-echo)