Add summary(cloc) util to Makefile

This commit is contained in:
Alex Root Junior 2017-12-01 02:14:49 +02:00
parent 4023ee2954
commit 114e276f7a

View file

@ -34,10 +34,12 @@ full-release:
make release
make upload
install:
$(PYTHON) setup.py install
test:
tox
summary:
cloc aiogram/ tests/ setup.py