diff --git a/Makefile b/Makefile index 22dd7863a..8ce5c48a8 100644 --- a/Makefile +++ b/Makefile @@ -511,6 +511,7 @@ cleanall: cd deps && ${MAKE} cleanall cd lib && ${MAKE} clean cd src && ${MAKE} clean + cd test/tap && ${MAKE} clean rm binaries/*deb || true rm binaries/*rpm || true