Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/flash/makefile @ 1015:08fcfa9b150a
The gfx module is now in a seperate file
author | roug |
---|---|
date | Tue, 04 Mar 2003 20:07:34 +0000 |
parents | 6641a883d6b0 |
children | 53c50c807d55 |
line wrap: on
line source
include ../../../Makefile.rules DEPENDS = ./Makefile DRIVERS = flashpak.dr DESCS = f0.dd ALLOBJS = $(DRIVERS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)