From 2ba34454f49515e171c77b5daf5290b8c28a0cc2 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 5 Apr 2018 23:28:18 +0300 Subject: [PATCH] Upd Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aac5cbce..f21ec8ae 100644 --- a/Makefile +++ b/Makefile @@ -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)'"