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.
2 parents 6749bc0 + 55fc028 commit 08fd0c4Copy full SHA for 08fd0c4
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