diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2018-05-16 20:51:49 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-05-16 20:51:49 +0200 |
| commit | 2e76ae1b124d3c0a5caa9342a3e82056fd44bfe6 (patch) | |
| tree | 98488452a121ac41aa1b2e6c1ed8892a8bc271fa | |
| parent | 9aedc42997186f5b550c772dc3ad4d6f5d88482b (diff) | |
| parent | d09568c88ed621eb93ef5cb06cbe9e4db3473f1e (diff) | |
| download | vis-2e76ae1b124d3c0a5caa9342a3e82056fd44bfe6.tar.gz vis-2e76ae1b124d3c0a5caa9342a3e82056fd44bfe6.tar.xz | |
Merge branch 'test-cleanup' of https://github.com/paride/vis-test
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | core/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 index 0fc367b..fc33232 100644 --- 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 |
