Mercurial > hg > Members > kono > nitros9-code
annotate lib/makefile @ 2487:131a760b4f14
Fixed issue
author | boisy |
---|---|
date | Wed, 31 Mar 2010 02:48:40 +0000 |
parents | 7d70b7e1cb21 |
children | 0104de794ec7 |
rev | line source |
---|---|
2328 | 1 include $(NITROS9DIR)/rules.mak |
2 | |
2474 | 3 all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l |
2328 | 4 |
5 sys6809l1.l: sys6809l1.a | |
6 | |
7 sys6809l2.l: sys6809l2.a | |
8 | |
9 sys6309l2.l: sys6309l2.a | |
10 | |
2474 | 11 net.l: net.a |
12 | |
13 alib.l: | |
2487 | 14 cd alib; make |
2474 | 15 |
2328 | 16 clean: |
2331 | 17 $(RM) *.l *.r |
2487 | 18 cd alib; make clean |