view bootman/makefile @ 2224:22b75f9788a5

Removed redundant targets
author boisy
date Wed, 18 Mar 2009 11:33:16 +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