Mercurial > hg > Members > kono > nitros9-code
diff lib/makefile @ 2474:7d70b7e1cb21
Moved net and alib files into here
author | boisy |
---|---|
date | Tue, 30 Mar 2010 02:44:42 +0000 |
parents | 954369121d6e |
children | 131a760b4f14 |
line wrap: on
line diff
--- a/lib/makefile Wed Mar 17 13:17:38 2010 +0000 +++ b/lib/makefile Tue Mar 30 02:44:42 2010 +0000 @@ -1,6 +1,6 @@ include $(NITROS9DIR)/rules.mak -all: sys6809l1.l sys6809l2.l sys6309l2.l +all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l sys6809l1.l: sys6809l1.a @@ -8,5 +8,11 @@ sys6309l2.l: sys6309l2.a +net.l: net.a + +alib.l: + cd alib; make; cp alib.l .. + clean: $(RM) *.l *.r + $(RM) alib/*.r