projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e06d64
)
remove vim dev hack
author
Joey Hess
<joeyh@joeyh.name>
Fri, 20 Oct 2023 16:49:59 +0000
(12:49 -0400)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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