aboutsummaryrefslogtreecommitdiff
path: root/test/canned_recipes.mk
blob: fe0816c7490464624edc8c3a521b027b70ef3ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# TODO
# 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)