annotate bootman/makefile @ 2163:2db06bc0742a

Start of BootMan
author boisy
date Tue, 20 May 2008 14:43:00 +0000
parents
children d280490500a8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2163
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
1 include ../rules.mak
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
2
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
3 bootman: bootman.r boot_config.r mach_coco3.r llio_6551.r llbt_1773.r
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
4 $(LINKER) $^ -o=$@ -B
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
5
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
6 dsk: bootman
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
7 decb dskini bootman.dsk
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
8 decb copy -b -2 bootman bootman.dsk,BOOTMAN.BIN
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
9
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
10 clean:
2db06bc0742a Start of BootMan
boisy
parents:
diff changeset
11 -$(RM) *.r bootman