view level2/coco3/port.mak @ 2844:787e3a7b1305 lwtools-port

level2/coco3/makefile: Fix attributes on non-local text files Some text files are referenced with full source path and that fails when using these names on the disk image. Use $(notdir file) makefile function to strip away paths.
author Tormod Volden <debian.tormod@gmail.com>
date Thu, 11 Jul 2013 00:35:29 +0200
parents 999159b0e7c0
children
line wrap: on
line source

PORT = coco3
MACHINE = Tandy Color Computer 3
CPU = 6809
LEVEL = 2
TELNET_PORT = 6809
HTTPD_PORT = 8809

include $(NITROS9DIR)/rules.mak