vis

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

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

commit bdf74d0669d0c151d75d30a2c318163ee5c097fd
parent 3d88afaeb08b0481ef7ac048c5b9e1950260cc6e
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Sat, 11 Jul 2020 15:21:56 +0200

build: mark distclean and testclean targets as PHONY

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

diff --git a/Makefile b/Makefile @@ -200,4 +200,4 @@ uninstall: @echo removing support files from ${DESTDIR}${SHAREPREFIX}/vis @rm -rf ${DESTDIR}${SHAREPREFIX}/vis -.PHONY: all clean dist install install-strip uninstall debug profile coverage test test-update luadoc luadoc-all luacheck man docker-kill docker docker-clean +.PHONY: all clean testclean dist distclean install install-strip uninstall debug profile coverage test test-update luadoc luadoc-all luacheck man docker-kill docker docker-clean