mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Small changes in Makefile
This commit is contained in:
parent
114e276f7a
commit
b178f3ad0d
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
|
@ -12,6 +12,7 @@ clean:
|
|||
find . -name '*~' -exec rm --force {} +
|
||||
rm --force --recursive build/
|
||||
rm --force --recursive dist/
|
||||
rm --force --recursive .tox/
|
||||
rm --force --recursive *.egg-info
|
||||
|
||||
tag:
|
||||
|
|
@ -26,8 +27,9 @@ upload:
|
|||
|
||||
release:
|
||||
make clean
|
||||
make tag
|
||||
make test
|
||||
make build
|
||||
make tag
|
||||
@echo "Released aiogram $(AIOGRAM_VERSION)"
|
||||
|
||||
full-release:
|
||||
|
|
@ -40,6 +42,8 @@ install:
|
|||
test:
|
||||
tox
|
||||
|
||||
|
||||
summary:
|
||||
cloc aiogram/ tests/ setup.py
|
||||
|
||||
docs: docs/source/*
|
||||
cd docs && $(MAKE) html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue