git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit af8d0559704aea78096b565e61d8225c6f744284
parent be8a194f0f170fdcaf960dd873ad0ed1693a0147
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Sun, 26 Mar 2023 16:44:37 -0700

Merge pull request #488 from charitybell/fix-parallel-build

Fix gbdk-lib-install-ports target dependencies
Diffstat:
MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -220,7 +220,7 @@ gbdk-lib-install: gbdk-lib-install-platforms gbdk-lib-install-prepare: @rm -rf $(BUILDDIR)/lib -gbdk-lib-install-ports: +gbdk-lib-install-ports: gbdk-lib-build @for port in $(PORTS); do \ echo Installing lib for port: $$port; \ mkdir -p $(BUILDDIR)/lib/$$port/; \

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.