gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f4674cf102ec6379be826db96124af3a6746f20b parent 2366cfde7217bdea369cd005f45a692ef40a0d17 Author: Toxa <untoxa@mail.ru> Date: Tue, 20 Feb 2024 22:58:41 +0300 EXAMPLES: fix compile.bat generation of the rand example Diffstat:
| M | gbdk-lib/examples/gb/rand/Makefile | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/examples/gb/rand/Makefile b/gbdk-lib/examples/gb/rand/Makefile @@ -4,8 +4,8 @@ BINS = rand.gb all: $(BINS) -make.bat: Makefile - @echo "REM Automatically generated from Makefile" > make.bat +compile.bat: Makefile + @echo "REM Automatically generated from Makefile" > compile.bat @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat # Compile and link single file in one pass
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.