remove vim dev hack
This caused infinite recursion when I just used it, the dev target has changed to re-run make. Anyway, not needed now.
This commit is contained in:
parent
4e06d64158
commit
37c299ae6c
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -15,11 +15,6 @@ SHAREDIR?=share
|
||||||
# this to /usr/share/zsh/vendor-completions
|
# this to /usr/share/zsh/vendor-completions
|
||||||
ZSH_COMPLETIONS_PATH?=$(PREFIX)/$(SHAREDIR)/zsh/site-functions
|
ZSH_COMPLETIONS_PATH?=$(PREFIX)/$(SHAREDIR)/zsh/site-functions
|
||||||
|
|
||||||
# Am I typing :make in vim? Do a dev build.
|
|
||||||
ifdef VIM
|
|
||||||
all=dev
|
|
||||||
endif
|
|
||||||
|
|
||||||
build: $(all)
|
build: $(all)
|
||||||
|
|
||||||
# install system-wide
|
# install system-wide
|
||||||
|
|
Loading…
Reference in a new issue