aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..df9d88d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+all : sonictemplate-vim.zip
+
+remove-zip:
+ -rm doc/tags
+ -rm sonictemplate-vim.zip
+
+sonictemplate-vim.zip: remove-zip
+ zip -r sonictemplate-vim.zip autoload plugin doc template
+
+release: sonictemplate-vim.zip
+ vimup update-script sonictemplate.vim