gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b94c62d04da69b6684251c6103e74835b7bef194 parent f907f23c7ce0c2cf0b23ee1bc00b48fed32fc06e Author: bbbbbr <reg+github@roughhousing.com> Date: Wed, 23 Jun 2021 20:12:05 -0700 Merge pull request #206 from bbbbbr/develop_makefile_dist-rebuild-examples Makefile: Remove one missing target (sdcc-clean), add dist-examples-rebuild Diffstat:
| M | Makefile | 13 | ++++++++++--- |
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,8 +1,7 @@ # Top level Makefile for GBDK that combines the builds for sdcc, # gbdk-lib, and gbdk-support # -# 2001 Michael Hope <michaelh@juju.net.nz> -# $Id: Makefile,v 1.4 2001/11/04 18:43:51 michaelh Exp $ +# GBDK-2020 # TOPDIR = $(shell pwd) @@ -55,6 +54,7 @@ all: native-build clean: gbdk-support-clean gbdk-lib-clean distclean: clean build-dir-clean +dist-examples-rebuild: gbdk-dist-examples-clean gbdk-dist-examples-build docs: doxygen-generate docspdf: doxygen-generate-with-pdf @@ -70,7 +70,7 @@ FIXUPMASKS = *.c *.h .bat *.s ChangeLog README native-build: gbdk-build gbdk-install -cross-clean: sdcc-clean gbdk-support-clean +cross-clean: gbdk-support-clean cross-build: gbdk-build gbdk-install cross-cleanup @@ -199,6 +199,13 @@ gbdk-lib-examples-makefile: $(MAKE) -C $(BUILDDIR)/examples/gb make.bat unix2dos $(BUILDDIR)/examples/gb/make.bat +gbdk-dist-examples-build: + $(MAKE) -C $(BUILDDIR)/examples/gb + +gbdk-dist-examples-clean: + $(MAKE) -C $(BUILDDIR)/examples/gb clean + + # Copy SDDC executable files SDCC_BINS = makebin packihx sdar sdasgb sdcc sdcdb sdcpp sdldgb sdnm sdobjcopy sdranlib sz80 ifeq ($(OS),Windows_NT)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.