gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit c919945e81f9f8ab31cbfa086dde7bf9a1db8432 parent 5d94af108f8949489f57a36931a41bb902fbc622 Author: bbbbbr <reg+github@roughhousing.com> Date: Fri, 10 Sep 2021 23:26:28 -0700 Merge pull request #259 from bbbbbr/docs_4_0_5 Makefile: Update Changelog and README source location Diffstat:
| M | Makefile | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -140,8 +140,8 @@ gbdk-support-install: gbdk-support-build $(BUILDDIR)/bin @echo Installing lcc @cp $(GBDKSUPPORTDIR)/lcc/lcc$(EXEEXTENSION) $(BUILDDIR)/bin/lcc$(EXEEXTENSION) @$(TARGETSTRIP) $(BUILDDIR)/bin/lcc* - @cp $(GBDKSUPPORTDIR)/ChangeLog $(BUILDDIR) - @cp $(GBDKSUPPORTDIR)/README $(BUILDDIR) + @cp $(GBDKDOCSDIR)/ChangeLog $(BUILDDIR) + @cp $(GBDKDOCSDIR)/README $(BUILDDIR) @cp $(GBDKDOCSDIR)/gbdk_manual.pdf $(BUILDDIR) @echo @echo Installing ihxcheck
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.