From 6cf1751a4231d6454e69641655b6c5ea848bff6d Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 27 Sep 2016 15:25:15 -0400 Subject: [pkg] make bundle from main makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3