David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
258780c
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.local
share
nvim
site
plugin
bbye
Makefile
Add plugin bbye
dblume
commited
258780c
at 2024-03-07 14:58:45
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