diff --git a/src/Makefile b/src/Makefile index 7cbed7ee..43a1916c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -331,3 +331,5 @@ endif # This command is intended for maintainers to use; it deletes files # that may need special tools to rebuild. maintainer-clean: uninstall distclean + -$(RM) -r .deps + -$(RM) -r .libs