git.y1.nz

gbdk-2020

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

commit f22f66a0b24a23c8828c210b713bcfe859451538
parent dd6d147296a1da1f09d616fafd4f5e6d4b62b075
Author: Toxa <untoxa@mail.ru>
Date:   Fri,  3 Sep 2021 01:07:42 +0300

fix build of cross-platform banks example on linux

Diffstat:
Mgbdk-lib/examples/cross-platform/banks/Makefile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gbdk-lib/examples/cross-platform/banks/Makefile b/gbdk-lib/examples/cross-platform/banks/Makefile @@ -1,3 +1,5 @@ +SHELL := /bin/bash + # If you move this project you can change the directory # to match your GBDK root directory (ex: GBDK_HOME = "C:/GBDK/" GBDK_HOME = ../../../

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