remove vim dev hack
authorJoey Hess <joeyh@joeyh.name>
Fri, 20 Oct 2023 16:49:59 +0000 (12:49 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 20 Oct 2023 16:50:31 +0000 (12:50 -0400)
This caused infinite recursion when I just used it, the dev target has
changed to re-run make. Anyway, not needed now.

Makefile

index e22b1fdae7ae53039a7540563b00db026fe8978a..06ebebdea328b3486b41d9b566ba8d3b8fe03001 100644 (file)
--- 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