remove the Makefile
it is not needed any more, vim-plug handles plugins now
This commit is contained in:
parent
9f0c5908fb
commit
ead776906f
21
Makefile
21
Makefile
@ -1,21 +0,0 @@
|
|||||||
SUBMODULES = bundle/*
|
|
||||||
|
|
||||||
CO_INFO = \e[1;34m
|
|
||||||
CO_CLEAR = \e[0m
|
|
||||||
|
|
||||||
.PHONY: $(SUBMODULES)
|
|
||||||
|
|
||||||
all: $(SUBMODULES) youcompleteme
|
|
||||||
|
|
||||||
youcompleteme: bundle/youcompleteme
|
|
||||||
@echo -e "$(CO_INFO)building submodule $@$(CO_CLEAR)"
|
|
||||||
@cd $< && \
|
|
||||||
git submodule update --init --recursive && \
|
|
||||||
bash ./install.sh --clang-completer --system-libclang
|
|
||||||
|
|
||||||
$(SUBMODULES):
|
|
||||||
@echo -e "$(CO_INFO)updating submodule $@$(CO_CLEAR)"
|
|
||||||
@cd $@ && \
|
|
||||||
git pull origin master
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user