vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4c9c8a71f701b292980e27afcaae516217edc486 parent 22dd71dceeda457e277f252cf280a9ea589765c9 Author: George Brown <george-b@users.noreply.github.com> Date: Tue, 4 Jul 2017 15:31:23 +0100 Remove conditional initialization from Makefile No longer needed after standalone build target was removed. Diffstat:
| M | Makefile | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile @@ -14,13 +14,6 @@ MANUALS = $(EXECUTABLES:=.1) DOCUMENTATION = LICENSE README.md -# conditionally initialized, this is needed for standalone build -# with empty config.mk -PREFIX ?= /usr/local -SHAREPREFIX ?= ${PREFIX}/share -DOCPREFIX ?= ${SHAREPREFIX}/doc -MANPREFIX ?= ${PREFIX}/man - VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.3-git") CONFIG_HELP ?= 1