vis

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

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

commit 794935fa8a40802cc078c9b6f612cb8994b73773
parent 8547abb6c4463756301d0110a03139b9c2dd5789
Author: Christian Hesse <mail@eworm.de>
Date:   Thu, 15 Jan 2015 13:16:46 +0100

remove vis from .PHONY

vis is a real file, so remove it from .PHONY in Makefile. This fixes
make to not rebuild on every invocation.

Signed-off-by: Christian Hesse <mail@eworm.de>

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

diff --git a/Makefile b/Makefile @@ -45,4 +45,4 @@ uninstall: @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/vis.1 -.PHONY: all vis clean dist install uninstall debug +.PHONY: all clean dist install uninstall debug