Makefile: Fix "make clean-mypyfiles"

This commit is contained in:
Takeshi KOMIYA
2020-04-11 00:14:52 +09:00
parent d8704c4f58
commit cee35ef25b

View File

@@ -50,7 +50,7 @@ clean-buildfiles:
.PHONY: clean-mypyfiles
clean-mypyfiles:
rm -rf **/.mypy_cache/
find . -name '.mypy_cache' -exec rm -rf {} +
.PHONY: style-check
style-check: