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