Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions makefiles/testing.mak
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ MAN_TEST_TMPDIR = ManTest
check: tmain units tlib man-test check-genfile tutil

# We may use CLEANFILES, DISTCLEANFILES, or etc.
# clean-tlib and clean-gcov are not included
clean-local: clean-units clean-tmain clean-man-test
clean-local: clean-units clean-tmain clean-man-test clean-tlib clean-gcov

CTAGS_TEST = ./ctags$(EXEEXT)
READTAGS_TEST = ./readtags$(EXEEXT)
Expand Down