From 61ec4998443f23051b332962f8017161b47becb6 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 10 Apr 2015 19:00:19 +0100 Subject: [PATCH] Make: Add debug print snippet --- snippets/make.snippets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snippets/make.snippets b/snippets/make.snippets index 121e623..87464c1 100644 --- a/snippets/make.snippets +++ b/snippets/make.snippets @@ -1,3 +1,5 @@ +snippet print + print-%: ; @echo $*=$($*) snippet ifeq ifeq (${1:cond0},${2:cond1}) ${0}