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 fea03951..6a8fbecb 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,10 @@ PYLUP = pyside-lupdate
LRELE = lrelease
# pyinst dist dir
+
DIST = dist/bitmask/
+NEXT_VERSION = $(shell cat pkg/next-version)
+DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/
#################################