From e8375f115ec9a1f437ead099831ef3cf62e1cc6d Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Fri, 1 Dec 2017 02:38:03 +0200 Subject: [PATCH] Add examples to summary information. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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