diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 5f8ad54..0000000 --- a/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all : sonictemplate-vim.zip - -remove-zip: - -rm doc/tags - -rm sonictemplate-vim.zip - -sonictemplate-vim.zip: remove-zip - find template -type f -print | xargs fromdos - zip -r sonictemplate-vim.zip autoload plugin doc template - -release: sonictemplate-vim.zip - vimup update-script sonictemplate.vim |