Mercurial > hg > Members > kono > nitros9-code
view lib/makefile @ 2486:1b3d766b807c
Fixed issue
author | boisy |
---|---|
date | Wed, 31 Mar 2010 02:44:16 +0000 |
parents | 7d70b7e1cb21 |
children | 131a760b4f14 |
line wrap: on
line source
include $(NITROS9DIR)/rules.mak all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l sys6809l1.l: sys6809l1.a sys6809l2.l: sys6809l2.a sys6309l2.l: sys6309l2.a net.l: net.a alib.l: cd alib; make; cp alib.l .. clean: $(RM) *.l *.r $(RM) alib/*.r