Files
gbdk-2020/gbdk-lib/libc/Makefile.platform

9 lines
170 B
Makefile

# Shared Makefile for all the platforms.
# Provides a way of building the lib with little brains.
all: platform
platform: $(LIB)
include $(TOPDIR)/libc/Makefile.rules