mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
use python3 in makefile for embed
This commit is contained in:
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/
|
||||
|
||||
Reference in New Issue
Block a user