1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/bundle/open-browser.vim/Makefile

6 lines
130 B
Makefile
Raw Normal View History

2020-06-13 14:06:35 +08:00
release:
git archive HEAD plugin autoload doc lang --output=open-browser-$(shell git describe --tags HEAD).zip
.PHONY: release