vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit bf365e9f6c2f2cec70f1853e47e1a8d71fce84b3 parent 1e46ae3f9228c15c6f73239df0b3badc4f6e23e0 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 1 Jun 2017 12:24:52 +0200 Merge branch 'strip' of https://github.com/eworm-de/vis Diffstat:
| M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -86,6 +86,7 @@ vis-single-payload.inc: $(EXECUTABLES) lua/* vis-single: vis-single.c vis-single-payload.inc ${CC} ${CFLAGS} ${CFLAGS_AUTO} ${CFLAGS_STD} ${CFLAGS_EXTRA} $< ${LDFLAGS} ${LDFLAGS_STD} ${LDFLAGS_AUTO} -larchive -lacl -lbz2 -llzma -o $@ + ${STRIP} $@ docker: clean docker rm -f vis || true