mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-03-03 22:14:37 +01:00
9 lines
170 B
Makefile
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
|