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}