summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49472bb..d15c5b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,8 @@
+DIST=dist/bitmask
+NEXT_VERSION = $(shell cat pkg/next-version)
+DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/
+include pkg/pyinst/build.mk
+
clean:
find . -type f -name "*.py[co]" -delete
find . -type d -name "__pycache__" -delete