diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-07-11 15:32:19 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-07-11 15:32:19 +0200 |
| commit | e577a30665c192f4ee0434bf8073b5873907fa46 (patch) | |
| tree | b14967a3ea9eb507918ce6e514579db8695204f7 /core | |
| parent | f18cce8f92483a1930de23ad0899aa1ef5ed7a0c (diff) | |
| download | vis-e577a30665c192f4ee0434bf8073b5873907fa46.tar.gz vis-e577a30665c192f4ee0434bf8073b5873907fa46.tar.xz | |
test/core: let make clean remove generated files
Fix #23
Diffstat (limited to 'core')
| -rw-r--r-- | core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index 92a06a1..ecaac4f 100644 --- 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 |
