Added Makefile snip.
This commit is contained in:
8
autoload/neosnippet/snippets/make.snip
Normal file
8
autoload/neosnippet/snippets/make.snip
Normal file
@@ -0,0 +1,8 @@
|
||||
snippet CFLAGS
|
||||
options head
|
||||
CFLAGS=-Wall -g ${0: -llua -lzeromq}
|
||||
|
||||
snippet clean:
|
||||
options head
|
||||
clean:
|
||||
rm -f ${0}
|
||||
Reference in New Issue
Block a user