Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/fmgrs/msf/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 | 53c42701f680 |
children | 28ed72477814 |
line wrap: on
line source
# MSF file manager # include ../../../rules.mak DEPENDS = ./makefile FMGRS = msf_6309.mn msf_6809.mn DESCS = m0_40d.dd ALLOBJS = $(FMGRS) $(DESCS) all: $(ALLOBJS) $(DEPENDS) clean: $(RM) $(ALLOBJS) msf_6309.mn: msf.asm $(AS) $(AFLAGS) $< $(ASOUT)$@ -DH6309=1 msf_6809.mn: msf.asm $(AS) $(AFLAGS) $< $(ASOUT)$@