use python3 in makefile for embed

This commit is contained in:
Harvey Tindall 2021-02-17 16:11:01 +00:00
parent 5e001bed60
commit 82034a2586
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 2 additions and 2 deletions

View File

@ -84,10 +84,10 @@ copy:
cp -r lang data/
internal-files:
python scripts/embed.py internal
python3 scripts/embed.py internal
external-files:
python scripts/embed.py external
python3 scripts/embed.py external
-mkdir -p build
$(info copying internal data into build/)
cp -r data build/