mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
use python3 in makefile for embed
This commit is contained in:
parent
5e001bed60
commit
82034a2586
4
Makefile
4
Makefile
@ -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…
Reference in New Issue
Block a user