makefile.snippets 62 B

1234
  1. snippet ifeq
  2. ifeq (${1:cond0},${2:cond1})
  3. ${3:code}
  4. endif