mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add summary(cloc) util to Makefile
This commit is contained in:
parent
4023ee2954
commit
114e276f7a
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -34,10 +34,12 @@ full-release:
|
||||||
make release
|
make release
|
||||||
make upload
|
make upload
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
$(PYTHON) setup.py install
|
$(PYTHON) setup.py install
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
tox
|
tox
|
||||||
|
|
||||||
|
|
||||||
|
summary:
|
||||||
|
cloc aiogram/ tests/ setup.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue