use python3 in makefile for embed

pull/61/head
Harvey Tindall 4 years ago
parent 5e001bed60
commit 82034a2586
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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/

Loading…
Cancel
Save