Browse Source

Explicitely use python3 in makefile

master
Nils 3 years ago
parent
commit
ded2af88e3
  1. 2
      template/Makefile.in

2
template/Makefile.in

@ -17,7 +17,7 @@ all: | calfbox
rm -rf build/template/calfbox
#Clean all pycache in build
cd build && find . -type d -name "__pycache__" -exec rm -r {} +
python -m zipapp "build" --output="$(PROGRAM).bin" --python="/usr/bin/env python3"
python3 -m zipapp "build" --output="$(PROGRAM).bin" --python="/usr/bin/env python3"
rm build/compiledprefix.py
#A mode that just compiles calfbox locally so you can run the whole program standalone

Loading…
Cancel
Save