Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
masatake committed Nov 15, 2022
1 parent 37269d8 commit c85f0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/testing.mak
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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-gcov is not included
clean-local: clean-units clean-tmain clean-tlib clean-man-test

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

0 comments on commit c85f0a5

Please sign in to comment.