1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

Makefile: add clean/PHONY

This commit is contained in:
Daniel Hahler 2017-10-05 00:47:40 +02:00
parent a8e1f533ce
commit 09b44ca2cb

View File

@ -6,3 +6,8 @@ build/vader:
build:
mkdir -p $@
clean:
$(RM) -r build
.PHONY: clean test