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