aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/canned_recipes.mk
blob: 2d5484fa7bc85fc968da2a24930053b68963d83b (plain)
1
2
3
4
5
6
7
8
9
10
# 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)