Mercurial > hg > Members > kono > nitros9-code
view bootman/makefile @ 2193:97391b69843d
Modified size of dw3 format tracks
author | boisy |
---|---|
date | Wed, 11 Mar 2009 11:08:44 +0000 |
parents | d280490500a8 |
children | 445fe18a92a6 |
line wrap: on
line source
include ../rules.mak all: bootman_loader bootman bootman_loader: bootman_loader.a mamou $^ -o$@ -mb bootman: bootman.r boot_config.r mach_coco3.r llio_6551.r llbt_1773.r $(LINKER) $^ -o=$@ dsk: bootman decb dskini bootman.dsk decb copy -b -2 bootman bootman.dsk,BOOTMAN.BIN clean: -$(RM) *.r bootman