Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/sdisk/makefile @ 27:4dfcc95c371b
Added the COCO basic09 also
author | roug |
---|---|
date | Sat, 06 Apr 2002 15:05:31 +0000 |
parents | 6641a883d6b0 |
children | 347828fbd427 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile DRIVERS = sdisk.dr DESCS = d0_40d.dd ALLOBJS = $(DRIVERS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)