mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 00:50:05 +08:00
6 lines
130 B
Makefile
Vendored
6 lines
130 B
Makefile
Vendored
|
|
release:
|
|
git archive HEAD plugin autoload doc lang --output=open-browser-$(shell git describe --tags HEAD).zip
|
|
|
|
.PHONY: release
|