mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-04-25 15:11:02 -04:00
10 lines
291 B
Makefile
10 lines
291 B
Makefile
linux:
|
|
pyside6-project build
|
|
nuitka3 --show-progress --include-data-dir=data=data --include-data-dir=resources=resources --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSGet.py
|
|
|
|
clean:
|
|
rm NUSGet.bin
|
|
rm -rd NUSGet.build/
|
|
rm -rd NUSGet.dist/
|
|
rm -rd NUSGet.onefile-build/
|