gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 46bbcba14e924f9953fb4224307f87c2665acc48 parent a137f9407d891f05b284701cf0e19d49444111bc Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:59:30 -0700 Merge pull request #396 from bc-luke/patch-1 GB Examples: Remove invalid -p option from mkdir in compile.bat Diffstat:
| M | gbdk-lib/examples/gb/template_minimal/Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/examples/gb/template_minimal/Makefile b/gbdk-lib/examples/gb/template_minimal/Makefile @@ -22,7 +22,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ \-p/mkdir/ | grep -v make >> compile.bat # Compile and link all source files in a single call to LCC $(BINS): $(CSOURCES) $(ASMSOURCES)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.