vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 8688720c2d4d336841080963667239349d41ccd4 parent 15aab85c7847b3b9902a151a93d6ebe5f3216f79 Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 16 May 2018 20:51:49 +0200 Merge branch 'test-cleanup' of https://github.com/paride/vis-test Diffstat:
| M | Makefile | | | 1 | + |
| M | core/Makefile | | | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -11,5 +11,6 @@ clean: @$(MAKE) -C vis clean @$(MAKE) -C sam clean @$(MAKE) -C vim clean + @$(MAKE) -C util clean .PHONY: test clean diff --git a/core/Makefile b/core/Makefile @@ -57,6 +57,7 @@ tis: clean clean: @echo cleaning + @rm -f ccan-config config.h @rm -f $(ALL) @rm -f *.gcov *.gcda *.gcno @rm -f *.valgrind