summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-27 15:25:15 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-27 16:19:26 -0400
commit6cf1751a4231d6454e69641655b6c5ea848bff6d (patch)
treeec9aec1145cff16c43838375032af647ba9e91f8 /Makefile
parent0f34a5b42fb6dbbcefcc166a4ad71e8502960cdc (diff)
[pkg] make bundle from main makefile
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