[nostalgia] Change pkg-gba to use the build copy of nost-pack

This commit is contained in:
2023-07-02 00:09:26 -05:00
parent 016f567c04
commit 2b7e3c93e0
2 changed files with 2 additions and 2 deletions

View File

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