2022-07-18 13:41:35 +02:00
|
|
|
binary:
|
|
|
|
|
bash -c "time nuitka3 uplink"
|
|
|
|
|
|
|
|
|
|
fullbinary:
|
|
|
|
|
bash -c "time nuitka3 --follow-imports uplink"
|
|
|
|
|
|
|
|
|
|
standalone:
|
|
|
|
|
bash -c "time nuitka3 --follow-imports --standalone uplink"
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
rm -rf uplink.build/*
|
|
|
|
|
rm -rf uplink.dist/*
|
|
|
|
|
rm -rf uplink.bin
|
|
|
|
|
|
2022-07-18 13:45:39 +02:00
|
|
|
run:
|
|
|
|
|
./uplink ./config.json -fsv
|
|
|
|
|
|
|
|
|
|
runbin:
|
|
|
|
|
./uplink.dist/uplink ./config.json -fsv
|
|
|
|
|
|