Upd Makefile

This commit is contained in:
Alex Root Junior 2018-04-05 23:28:18 +03:00
parent 6a5393570a
commit 2ba34454f4

View file

@ -13,7 +13,7 @@ clean:
find . -name '*.pyo' -exec $(RM) {} +
find . -name '*~' -exec $(RM) {} +
find . -name '__pycache__' -exec $(RM) {} +
$(RM) build/ dist/ docs/build/ .tox/ .cache/ *.egg-info
$(RM) build/ dist/ docs/build/ .tox/ .cache/ .pytest_cache/ *.egg-info
tag:
@echo "Add tag: '$(AIOGRAM_VERSION)'"