# ConsoleZ80 specific Makefile

TOPDIR = ../..

include $(TOPDIR)/Makefile.common

THIS = consolez80
OBJ = crt0.o putchar.o 
AS = $(AS_Z80)

include ../Makefile.platform

