summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-07-28 21:05:12 -0400
committerKali Kaneko <kali@leap.se>2017-07-28 21:10:31 -0400
commitd163ebf78a0dbbb6a27364514f5ec5924119846d (patch)
tree9b261b82ad89058e5ded47c1f9d37db74a65c140 /Makefile
parent0aeff258276551b30c6f85638b812df545fe350e (diff)
[pkg] add cleanup to makefile
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