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

13 lines
171 B
Makefile

# ConsoleZ80 specific Makefile
TOPDIR = ../..
include $(TOPDIR)/Makefile.common
THIS = consolez80
OBJ = crt0.o putchar.o
AS = $(AS_Z80)
include ../Makefile.platform