summaryrefslogtreecommitdiff
path: root/pkg/pyinst/Makefile
diff options
context:
space:
mode:
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