vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit fe6a53ba21ce5beac36a46deb7c09f678c28221d parent 794935fa8a40802cc078c9b6f612cb8994b73773 Author: Christian Hesse <mail@eworm.de> Date: Thu, 15 Jan 2015 13:16:47 +0100 add C source and header file to depends This fixes make to rebuild when files change. Signed-off-by: Christian Hesse <mail@eworm.de> Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -7,7 +7,7 @@ all: vis config.h: cp config.def.h config.h -vis: config.h config.mk +vis: config.h config.mk *.c *.h @echo ${CC} ${CFLAGS} *.c ${LDFLAGS} -o $@ @${CC} ${CFLAGS} *.c ${LDFLAGS} -o $@