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:
Joey Hess 2023-10-20 12:49:59 -04:00
parent 4e06d64158
commit 37c299ae6c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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