Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/drivers/emudsk/makefile @ 2679:8243b6c181b4 lwtools-port
Remove bogus immediate mode specifier.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 14:35:27 -0600 |
parents | 62355a3b98ff |
children | e4a0f58a5f9b |
line wrap: on
line source
include ../../../rules.mak DEPENDS = ./makefile DRIVERS = emudsk.dr DESCS = h0.dd ddh0.dd h1.dd ALLOBJS = $(DRIVERS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS)