mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-14 02:48:01 +08:00
8 lines
93 B
Makefile
Vendored
8 lines
93 B
Makefile
Vendored
.PHONY: install
|
|
install:
|
|
bash lib/install.sh
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -rf lib/doq lib/venv
|