summaryrefslogtreecommitdiff
path: root/pkg/pyinst/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-06 23:06:29 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-06 23:06:29 -0400
commit1d51bc24ec9afcbb30b05905217bc7aafedca5f1 (patch)
tree456891ed9a545e19256316ed184fc71c6fd68b99 /pkg/pyinst/Makefile
parent5a3fb4eb5a24e250a75dac4a2a39ce5632a175b6 (diff)
[feature] first pyinstaller recipe for the qt5 launcher
Diffstat (limited to 'pkg/pyinst/Makefile')
-rw-r--r--pkg/pyinst/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/pyinst/Makefile b/pkg/pyinst/Makefile
new file mode 100644
index 0000000..72d19ae
--- /dev/null
+++ b/pkg/pyinst/Makefile
@@ -0,0 +1,5 @@
+clean:
+ rm -rf dist build
+
+build: clean
+ pyinstaller -y app.spec