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

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
uplink.bin
uplink.build
uplink.dist
.idea
.run
__pycache__