mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +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 upload
|
||||
|
||||
|
||||
install:
|
||||
$(PYTHON) setup.py install
|
||||
|
||||
|
||||
test:
|
||||
tox
|
||||
|
||||
|
||||
summary:
|
||||
cloc aiogram/ tests/ setup.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue