diff --git a/Makefile b/Makefile index b7a29f7c..52257b04 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ test: tox summary: - cloc aiogram/ tests/ setup.py + cloc aiogram/ tests/ examples/ setup.py docs: docs/source/* cd docs && $(MAKE) html