We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f60b8 commit 55fc028Copy full SHA for 55fc028
makefiles/testing.mak
@@ -8,8 +8,7 @@ MAN_TEST_TMPDIR = ManTest
8
check: tmain units tlib man-test check-genfile tutil
9
10
# We may use CLEANFILES, DISTCLEANFILES, or etc.
11
-# clean-tlib and clean-gcov are not included
12
-clean-local: clean-units clean-tmain clean-man-test
+clean-local: clean-units clean-tmain clean-man-test clean-tlib clean-gcov
13
14
CTAGS_TEST = ./ctags$(EXEEXT)
15
READTAGS_TEST = ./readtags$(EXEEXT)
0 commit comments