summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 457f2404..eac906c8 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,9 @@ bundle_in_docker:
docker_container:
cd pkg/docker_bundle && docker build -t mybundle .
+cleanpkg:
+ rm -rf dist build
+
clean:
find . -type f -name "*.py[co]" -delete
find . -type d -name "__pycache__" -delete