From bd9e27f977106ecb42bc8ae185a3620cb84fbab6 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 22 Oct 2023 21:14:29 -0500 Subject: [PATCH] Make gba-run and pkg-gba trigger build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 338e1282..2423af6a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ else endif .PHONY: pkg-gba -pkg-gba: +pkg-gba: build ${BC_CMD_ENVRUN} ${BC_PY3} ./scripts/pkg-gba.py sample_project .PHONY: run