gbdk-releases/gbdk-lib/libc/rrgb/Makefile
2015-01-10 16:25:06 +01:00

13 lines
158 B
Makefile

# GB specific Makefile
TOPDIR = ../..
include $(TOPDIR)/Makefile.common
THIS = rrgb
OBJ = crt0.o putchar.o
AS = $(AS_GBZ80)
include ../Makefile.platform