beginning make snippets
This commit is contained in:
parent
0ac27ec1a0
commit
718ae223ab
4
snippets/make.snippets
Normal file
4
snippets/make.snippets
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
snippet ifeq
|
||||||
|
ifeq (${1:cond0},${2:cond1})
|
||||||
|
${3:code}
|
||||||
|
endif
|
Loading…
Reference in New Issue
Block a user