David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
247780a
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.vim
bundle
bbye
Makefile
first commit
David Blume
commited
247780a
at 2015-11-27 14:48:06
Makefile
Blame
History
Raw
VERSION := 1.0.1 love: @echo "Feel like makin' love." pack: zip -r "vim-bbye-$(VERSION).zip" * --exclude Makefile --exclude "*.zip" publish: open "http://www.vim.org/scripts/add_script_version.php?script_id=4664" tag: git tag "v$(VERSION)" .PHONY: love pack publish tag