We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37269d8 commit c85f0a5Copy full SHA for c85f0a5
makefiles/testing.mak
@@ -8,8 +8,8 @@ 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-gcov is not included
+clean-local: clean-units clean-tmain clean-tlib clean-man-test
13
14
CTAGS_TEST = ./ctags$(EXEEXT)
15
READTAGS_TEST = ./readtags$(EXEEXT)
0 commit comments