aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/canned_recipes.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/canned_recipes.mk b/test/canned_recipes.mk
new file mode 100644
index 0000000..fe0816c
--- /dev/null
+++ b/test/canned_recipes.mk
@@ -0,0 +1,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)