[nostalgia] Integrate Ox Preloader

This commit is contained in:
2022-11-30 01:47:33 -06:00
parent cbb496c59f
commit 090fe28b44
41 changed files with 404 additions and 159 deletions

View File

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