From 25c5079619e9dd23c99a8947f043dbd7803b4975 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Thu, 21 Jun 2018 17:35:48 +0200 Subject: [PATCH] Better clean task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3483f26..5cff791 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ test: unit publish: lint test upload clean clean: - rm -rf *.egg-info .pytest_cache .ipynb_checkpoints ./**/**/__pycache__ build dist + rm -rf *.egg-info .pytest_cache .ipynb_checkpoints ./**/__pycache__ ./**/**/__pycache__ build dist lint: @echo Linting source code using pep8...