diff --git a/snippets/make.snippets b/snippets/make.snippets index 8b7cb01..8367b8f 100644 --- a/snippets/make.snippets +++ b/snippets/make.snippets @@ -26,6 +26,6 @@ snippet print print-%: ; @echo $*=$($*) # ifeq snippet ifeq - ifeq (${1:cond0},${2:cond1}) + ifeq (${1:cond0}, ${2:cond1}) ${0} endif