Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/booters/makefile @ 45:2ce754e62499
Moved booters to 3rdparty directory
author | boisy |
---|---|
date | Sat, 20 Apr 2002 13:36:45 +0000 |
parents | |
children | 4fd75b62ccb1 |
line wrap: on
line source
include ../../Makefile.rules DEPENDS = ./Makefile BOOTERS = boot_kenton boot_rampak boot_ide boot_tc3 boot_wd1002 \ boot_rom ALLOBJS = $(BOOTERS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)