diff options
author | Simon Fondrie-Teitler <simonft@riseup.net> | 2017-12-12 14:20:29 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-12-20 15:30:57 +0100 |
commit | 86fd23bdb0312b5b69062116128c64952bbec57f (patch) | |
tree | e20c58e48b4601353260946320a5b57b580a9c94 /Makefile | |
parent | caf3e217935faabc6d47672b058e7c8eb0cb5a63 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)/ |