mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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 {} +
|
find . -name '*~' -exec rm --force {} +
|
||||||
rm --force --recursive build/
|
rm --force --recursive build/
|
||||||
rm --force --recursive dist/
|
rm --force --recursive dist/
|
||||||
|
rm --force --recursive .tox/
|
||||||
rm --force --recursive *.egg-info
|
rm --force --recursive *.egg-info
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
|
|
@ -26,8 +27,9 @@ upload:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
make clean
|
make clean
|
||||||
make tag
|
make test
|
||||||
make build
|
make build
|
||||||
|
make tag
|
||||||
@echo "Released aiogram $(AIOGRAM_VERSION)"
|
@echo "Released aiogram $(AIOGRAM_VERSION)"
|
||||||
|
|
||||||
full-release:
|
full-release:
|
||||||
|
|
@ -40,6 +42,8 @@ install:
|
||||||
test:
|
test:
|
||||||
tox
|
tox
|
||||||
|
|
||||||
|
|
||||||
summary:
|
summary:
|
||||||
cloc aiogram/ tests/ setup.py
|
cloc aiogram/ tests/ setup.py
|
||||||
|
|
||||||
|
docs: docs/source/*
|
||||||
|
cd docs && $(MAKE) html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue