vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit eb175f82a01757cdb798cbe93bc7b559dfa3cad0 parent 98acc12e54da195fd0bdb7ba7352330049f7e9b5 Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 11 Jul 2020 15:32:19 +0200 test/core: let make clean remove generated files Fix #23 Diffstat:
| M | core/Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/Makefile b/core/Makefile @@ -58,6 +58,7 @@ tis: clean clean: @echo cleaning @rm -f ccan-config config.h + @rm -f data symlink hardlink @rm -f $(ALL) @rm -f *.gcov *.gcda *.gcno @rm -f *.valgrind