diff --git a/makefiles/testing.mak b/makefiles/testing.mak index 8c9ef89d25..76088e75ba 100644 --- a/makefiles/testing.mak +++ b/makefiles/testing.mak @@ -8,8 +8,7 @@ MAN_TEST_TMPDIR = ManTest check: tmain units tlib man-test check-genfile tutil # We may use CLEANFILES, DISTCLEANFILES, or etc. -# clean-tlib and clean-gcov are not included -clean-local: clean-units clean-tmain clean-man-test +clean-local: clean-units clean-tmain clean-man-test clean-tlib clean-gcov CTAGS_TEST = ./ctags$(EXEEXT) READTAGS_TEST = ./readtags$(EXEEXT)