vis

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

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

commit 889f9bda151d0498aa26ae349892bc139c869dc8
parent 86cd78fabae1bb39b5e43655015f120a038a901e
Author: Christian Hesse <mail@eworm.de>
Date:   Mon, 21 Mar 2016 15:32:28 +0100

configure: make vis depend on config.mk

We want vis to be rebuilt when configuration changes, so make vis depend
on config.mk.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -31,7 +31,7 @@ all: vis config.h: cp config.def.h config.h -vis: config.h *.c *.h +vis: config.h config.mk *.c *.h ${CC} ${CFLAGS} ${CFLAGS_VIS} *.c ${LDFLAGS} ${LDFLAGS_VIS} -o $@ debug: clean