vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit d42595192dd5695436185853d3926499e6598841
parent 92db452afd1a8593f12d5ce2201efb48cdc83923
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sun, 13 Nov 2016 22:51:22 +0100

test/lua: build vis binary if necessary

Diffstat:
Mlua/Makefile | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lua/Makefile b/lua/Makefile @@ -1,4 +1,8 @@ -all: clean test +all: clean ../../vis test + +../../vis: ../../*.[ch] + @echo Compiling vis + @$(MAKE) -C ../.. clean: @rm -f *.out *.err