Skip to content

Commit 08fd0c4

Browse files
authored
Merge pull request #3540 from masatake/revise-testing-clean-target
build-sys: add clean-tlib and clean-gcov to the dependecy list of clean-local
2 parents 6749bc0 + 55fc028 commit 08fd0c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

makefiles/testing.mak

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ 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-local: clean-units clean-tmain clean-man-test clean-tlib clean-gcov
1312

1413
CTAGS_TEST = ./ctags$(EXEEXT)
1514
READTAGS_TEST = ./readtags$(EXEEXT)

0 commit comments

Comments
 (0)