gbdk-releases/gbdk-lib/libc/Makefile.platform
2015-01-10 16:25:08 +01:00

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