Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/flash/makefile @ 1652:558cab468052
RG fixed a bug in the Vavasour emulator clock2 module.
clock2 is now of type Sbrtn instead of Systm. clock.asm has been modified
to link to this type.
author | boisy |
---|---|
date | Sat, 17 Jul 2004 12:20:31 +0000 |
parents | 53c50c807d55 |
children |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile DRIVERS = flashpak.dr DESCS = f0.dd ALLOBJS = $(DRIVERS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)