From 86fd23bdb0312b5b69062116128c64952bbec57f Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Tue, 12 Dec 2017 14:20:29 -0500 Subject: [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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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)/ -- cgit v1.2.3