Added Makefile snip.

This commit is contained in:
ujihisa 2013-06-10 18:04:02 -07:00
parent 55db486ce0
commit acedab79ce
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
snippet CFLAGS
options head
CFLAGS=-Wall -g ${0: -llua -lzeromq}
snippet clean:
options head
clean:
rm -f ${0}

View File

@ -724,6 +724,7 @@ CHANGELOG *neosnippet-changelog*
2013-06-10
- Added sshconfig snip.
- Added Makefile snip.
2013-06-08
- Improved context filetype check.