mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
12 lines
190 B
Makefile
Executable File
12 lines
190 B
Makefile
Executable File
all : emmet-vim.zip
|
|
|
|
remove-zip:
|
|
-rm doc/tags
|
|
-rm emmet-vim.zip
|
|
|
|
emmet-vim.zip: remove-zip
|
|
zip -r emmet-vim.zip autoload plugin doc
|
|
|
|
release: emmet-vim.zip
|
|
vimup update-script emmet.vim
|