gbdk-releases/gbdk-lib/libc/Makefile.platform

9 lines
170 B
Makefile
Raw Permalink Normal View History

2015-01-10 16:25:06 +01:00
# Shared Makefile for all the platforms.
# Provides a way of building the lib with little brains.
all: platform
2015-01-10 16:25:08 +01:00
platform: $(LIB)
2015-01-10 16:25:06 +01:00
2015-01-10 16:25:08 +01:00
include $(TOPDIR)/libc/Makefile.rules