tools: remove headerversions.o on clean

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
Antoine Poinsot 2020-09-07 18:40:35 +02:00 committed by Rusty Russell
parent dd60332d91
commit 2a9e847055
1 changed files with 1 additions and 0 deletions

View File

@ -26,5 +26,6 @@ clean: tools-clean
tools-clean:
$(RM) tools/headerversions
$(RM) tools/headerversions.o
include tools/test/Makefile