Mercurial > hg > Members > kono > nitros9-code
diff bootman/makefile @ 2163:2db06bc0742a
Start of BootMan
author | boisy |
---|---|
date | Tue, 20 May 2008 14:43:00 +0000 |
parents | |
children | d280490500a8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootman/makefile Tue May 20 14:43:00 2008 +0000 @@ -0,0 +1,11 @@ +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