some makefile changes; nothing special.
This commit is contained in:
parent
4196745300
commit
4f2d05f11e
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -5,11 +5,11 @@ fullbinary:
|
||||||
bash -c "time nuitka3 --follow-imports uplink"
|
bash -c "time nuitka3 --follow-imports uplink"
|
||||||
|
|
||||||
standalone:
|
standalone:
|
||||||
bash -c "time nuitka3 --follow-imports --standalone uplink"
|
bash -c "time nuitka3 --standalone uplink"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf uplink.build/*
|
rm -rf uplink.build
|
||||||
rm -rf uplink.dist/*
|
rm -rf uplink.dist
|
||||||
rm -rf uplink.bin
|
rm -rf uplink.bin
|
||||||
rm -rf uplink-bin.tar.gz
|
rm -rf uplink-bin.tar.gz
|
||||||
rm -rf uplink-bin.7z
|
rm -rf uplink-bin.7z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue