From 37c299ae6c360b515ab25bb6cf63e90b1af321ad Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 20 Oct 2023 12:49:59 -0400 Subject: [PATCH] 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. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index e22b1fdae7..06ebebdea3 100644 --- a/Makefile +++ b/Makefile @@ -15,11 +15,6 @@ SHAREDIR?=share # this to /usr/share/zsh/vendor-completions 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) # install system-wide -- 2.30.2