gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 6f9e6abe759a162e5db2c175bea8026a39de7999 parent dd2250053fb9f3ad9595cf743c8a714cd772b80a Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Fri, 2 May 2025 12:07:15 -0700 Merge pull request #771 from bbbbbr/examples/mbc3_compilebat Examples: MBC3: generate compile.bat Diffstat:
| M | gbdk-lib/examples/gb/mbc3_rtc/Makefile | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/examples/gb/mbc3_rtc/Makefile b/gbdk-lib/examples/gb/mbc3_rtc/Makefile @@ -52,6 +52,10 @@ DEPS = $(OBJS:%.o=%.d) # Builds all targets sequentially all: $(TARGETS) +compile.bat: Makefile + @echo "REM Automatically generated from Makefile" > compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat + test: echo $(CSOURCES)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.