include ../../Makefile.rules DEPENDS = ./Makefile BOOTERS = boot_kenton boot_rampak boot_ide boot_tc3 boot_wd1002 \ boot_rom boot_rom_l1 ALLOBJS = $(BOOTERS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)