make clean should clean .a files

This commit is contained in:
Pavel Janík 2016-02-10 21:03:51 +01:00
parent b93f078496
commit ae6eca0f49
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ endif
#
CLEANFILES = leveldb/libleveldb.a leveldb/libmemenv.a
CLEANFILES += $(EXTRA_LIBRARIES)
CLEANFILES += *.gcda *.gcno
CLEANFILES += compat/*.gcda compat/*.gcno
CLEANFILES += consensus/*.gcda consensus/*.gcno