diff options
Diffstat (limited to 'pkg/pyinst/Makefile')
-rw-r--r-- | pkg/pyinst/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/pyinst/Makefile b/pkg/pyinst/Makefile new file mode 100644 index 00000000..72d19ae3 --- /dev/null +++ b/pkg/pyinst/Makefile @@ -0,0 +1,5 @@ +clean: + rm -rf dist build + +build: clean + pyinstaller -y app.spec |