Skip to content

Commit c85f0a5

Browse files
committed
TEMP
1 parent 37269d8 commit c85f0a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefiles/testing.mak

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ MAN_TEST_TMPDIR = ManTest
88
check: tmain units tlib man-test check-genfile tutil
99

1010
# 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
11+
# clean-gcov is not included
12+
clean-local: clean-units clean-tmain clean-tlib clean-man-test
1313

1414
CTAGS_TEST = ./ctags$(EXEEXT)
1515
READTAGS_TEST = ./readtags$(EXEEXT)

0 commit comments

Comments
 (0)