Fix Makefile (remove debug code...)

This commit is contained in:
Takeshi KOMIYA 2018-11-28 02:02:53 +09:00
parent c76885631d
commit 83e4107a30

View File

@ -57,7 +57,7 @@ style-check:
.PHONY: type-check
type-check:
mypy sphinx/writers
mypy sphinx
.PHONY: pylint
pylint: