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

12 lines
175 B
Makefile

# Shared Makefile for all the ports.
# Provides a way of building the lib with little brains.
LIB_APPEND = 1
all: port
include $(TOPDIR)/libc/Makefile.rules
port: $(LIB)