vis

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

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

commit 7a26834bc0f9a3e3a296dfe47ea43152e86a40c5
parent 1148f09522d8cb4a99a50d48071712eec565da85
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Fri, 25 Sep 2015 16:05:40 +0200

Add a profile Makefile target

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -14,6 +14,9 @@ vis: config.h config.mk *.c *.h debug: clean @$(MAKE) CFLAGS='${DEBUG_CFLAGS}' +profile: clean + @$(MAKE) CFLAGS='${DEBUG_CFLAGS} -pg' + clean: @echo cleaning @rm -f vis vis-${VERSION}.tar.gz