git.y1.nz

gbdk-2020

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

commit 633a3a649d2c66609abf895c79fe8be83af28214
parent 7608399f237802dcdd704961d5faae87388632c3
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Thu,  1 Jun 2023 02:00:09 -0700

Merge pull request #508 from bbbbbr/develop

Build: Add gbdk makebin fork to gbdk-support-clean target
Diffstat:
MMakefile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -200,6 +200,8 @@ gbdk-support-clean: @$(MAKE) -C $(GBDKSUPPORTDIR)/gbcompress clean --no-print-directory @echo Cleaning makecom @$(MAKE) -C $(GBDKSUPPORTDIR)/makecom clean + @echo Cleaning makebin + @$(MAKE) -C $(GBDKSUPPORTDIR)/makebin clean @echo # Rules for gbdk-lib

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