mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
snippet CFLAGS
|
|
options head
|
|
CFLAGS=-Wall -g ${0: -llua -lzeromq}
|
|
|
|
snippet clean:
|
|
options head
|
|
clean:
|
|
rm -f ${0}
|