Skip to content

Commit 55fc028

Browse files
committed
build-sys: add clean-tlib and clean-gcov to the dependecy list of clean-local target
See universal-ctags#3535 (comment). Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 50f60b8 commit 55fc028

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)