gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit efb3dccae1c5fc2af62d352a9c04cfd06fb9e998 parent 769d50d67223639e7d5371e3f773790fc337b029 Author: Toxa <untoxa@mail.ru> Date: Thu, 6 May 2021 17:47:01 +0300 make.bat was broken on windows Diffstat:
| M | gbdk-lib/examples/gb/gbdecompress/Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/examples/gb/gbdecompress/Makefile b/gbdk-lib/examples/gb/gbdecompress/Makefile @@ -4,7 +4,7 @@ # If you move this project you can change the directory # to match your GBDK root directory (ex: GBDK_HOME = "C:/GBDK/" -GBDK_HOME = "../../../" +GBDK_HOME = ../../../ LCC = $(GBDK_HOME)bin/lcc
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.