vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit d6a125db9c2349a2cae51be581562b39ccc637d3 parent ad873230f4b1933886006329585ed022494f229a Author: Paride Legovini <pl@ninthfloor.org> Date: Sun, 15 Apr 2018 17:11:53 +0200 make clean: actually cleanup everything Fixes: #13. 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