[nostalgia] Make gba-pkg's project an argument
This commit is contained in:
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ build:
|
||||
.PHONY: pkg-gba
|
||||
pkg-gba:
|
||||
$(foreach file, $(wildcard build/*), cmake --build $(file) --target install;)
|
||||
${ENV_RUN} ./scripts/gba-pkg
|
||||
${ENV_RUN} ./scripts/gba-pkg sample_project
|
||||
.PHONY: install
|
||||
install:
|
||||
$(foreach file, $(wildcard build/*), cmake --build $(file) --target install;)
|
||||
|
Reference in New Issue
Block a user