view bootman/makefile @ 2165:01d37afeb71e

Fixed flaw in making window descriptors
author boisy
date Thu, 22 May 2008 03:42:16 +0000
parents 2db06bc0742a
children d280490500a8
line wrap: on
line source

include ../rules.mak

bootman: bootman.r boot_config.r mach_coco3.r llio_6551.r llbt_1773.r
	$(LINKER) $^ -o=$@ -B

dsk: bootman
	decb dskini bootman.dsk
	decb copy -b -2 bootman bootman.dsk,BOOTMAN.BIN

clean:
	-$(RM) *.r bootman