Added Makefile for building a binary using Nuitka

This commit is contained in:
Johannes Findeisen 2022-07-18 13:41:35 +02:00
commit bb25c96291
2 changed files with 15 additions and 0 deletions

14
Makefile Normal file
View file

@ -0,0 +1,14 @@
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