aboutsummaryrefslogtreecommitdiff
path: root/core/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-07-11 15:32:19 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-07-11 15:32:19 +0200
commite577a30665c192f4ee0434bf8073b5873907fa46 (patch)
treeb14967a3ea9eb507918ce6e514579db8695204f7 /core/Makefile
parentf18cce8f92483a1930de23ad0899aa1ef5ed7a0c (diff)
downloadvis-e577a30665c192f4ee0434bf8073b5873907fa46.tar.gz
vis-e577a30665c192f4ee0434bf8073b5873907fa46.tar.xz
test/core: let make clean remove generated files
Fix #23
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile1
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