view level1/atari/port.mak @ 3133:815cc5a9d9d3

mc09: Bring makefiles in line with level1/level2 coco makefiles In particular do not build zip packages. Delete trailing whitespace in level1/coco1/makefile.
author Neal Crook <foofoobedoo@gmail.com>
date Fri, 13 Jan 2017 20:36:04 +0000
parents 999159b0e7c0
children
line wrap: on
line source

PORT = atari
MACHINE = Atari XL/XE
CPU = 6809
LEVEL = 1
TELNET_PORT = 6801
HTTPD_PORT = 8801

include $(NITROS9DIR)/rules.mak