Added makefile for auto-compile
This commit is contained in:
parent
8f604d960a
commit
05efdd5183
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal 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
|
Loading…
Reference in a new issue