From 0a546e39f8493ad298767e08ba194a42db554571 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Tue, 5 Jun 2018 12:17:14 +0200 Subject: [PATCH] Better clean task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5cc3c0..ac5a69d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ test: unit publish: lint test upload clean clean: - rm -rf *.egg-info .pytest_cache build dist + rm -rf *.egg-info .pytest_cache ./**/**/__pycache__ build dist lint: @echo Linting source code using pep8...