[nostalgia] Rewrite pkg-gba in Python

This commit is contained in:
2023-07-01 19:58:57 -05:00
parent 79d43b56fb
commit 016f567c04
3 changed files with 33 additions and 17 deletions

View File

@ -12,7 +12,7 @@ endif
.PHONY: pkg-gba
pkg-gba: install
${ENV_RUN} ./scripts/pkg-gba sample_project
${ENV_RUN} ${PYTHON3} ./scripts/pkg-gba.py sample_project
.PHONY: run
run: build