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 --- pkg/pyinst/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'pkg/pyinst/Makefile') diff --git a/pkg/pyinst/Makefile b/pkg/pyinst/Makefile index e8d52f8..1acde6d 100644 --- a/pkg/pyinst/Makefile +++ b/pkg/pyinst/Makefile @@ -1,13 +1 @@ -build: clean - pyinstaller -y app.spec - cp $(VIRTUAL_ENV)/lib/python2.7/site-packages/_scrypt.so dist/bitmask/ - cp ../../src/leap/bitmask/core/bitmaskd.tac dist/bitmask - mkdir dist/bitmask/leap - cp -r $(VIRTUAL_ENV)/lib/python2.7/site-packages/leap/bitmask_js/ dist/bitmask/leap - mv dist/bitmask lib && mkdir dist/bitmask && mv lib dist/bitmask/lib - cd ../launcher && make - cp ../launcher/bitmask dist/bitmask/ - -clean: - rm -rf dist build - +include build.mk -- cgit v1.2.3