Added makefile for auto-compile

This commit is contained in:
Muaz Ahmad 2022-11-11 13:20:45 +05:00
parent 8f604d960a
commit 05efdd5183

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
wf-worldstate:
pyuic5 gui_base.ui -o gui_base.py
python -m nuitka main.py --follow-imports --nofollow-import-to=requests --nofollow-import-to=PyQt5
mv main.bin wf-worldstate && rm main.build/ -r