summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Fondrie-Teitler <simonft@riseup.net>2017-12-12 14:20:29 -0500
committerKali Kaneko <kali@leap.se>2017-12-20 15:30:57 +0100
commit86fd23bdb0312b5b69062116128c64952bbec57f (patch)
treee20c58e48b4601353260946320a5b57b580a9c94 /Makefile
parentcaf3e217935faabc6d47672b058e7c8eb0cb5a63 (diff)
[pkg] add make target for headless builds
This adds a make target which allows for headless builds. It runs pyinstaller and copies some required files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6263d81..f3e8d808 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
DIST=dist/bitmask
+HEADLESS_DIST=dist/bitmask-nox
NEXT_VERSION = $(shell cat pkg/next-version)
DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/