[svn] / z80 / Makefile Repository:
ViewVC logotype

View of /z80/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 79 - (download) (annotate)
Wed Jan 16 10:04:55 2008 UTC (2 years, 7 months ago) by steve
File size: 367 byte(s)
Test interrupt-driven SLIP driver

TARGETS=monitor.bin
SRCS=main.s builtin.s cli.s crash.s device.s error.s float.s fs.s\
icmp.s ide.s int.s intr.s ip.s ll.s memmap.s memory.s print.s pseudo.s slip.s\
socket.s string.s uart.s udp.s 

all:		${TARGETS}

clean:
		rm -f ${TARGETS}

monitor.bin:	$(SRCS)
		z80asm -o $@ $<
		@ls -l $@ | awk '{print "$@: " $$5 " bytes"}'

dump:		$(TARGETS)
		hexdump -C $<


Repository Admin
ViewVC Help
Powered by ViewVC 1.0.5