gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
gbdk-lib/libc/Makefile.platform
1 # Shared Makefile for all the platforms.
2 # Provides a way of building the lib with little brains.
3
4 all: platform
5
6 platform: $(LIB)
7
8 include $(TOPDIR)/libc/Makefile.rules
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.