Mercurial > hg > Members > kono > nitros9-code
changeset 2533:0104de794ec7
Added sys.zip
author | boisy |
---|---|
date | Thu, 15 Apr 2010 02:57:26 +0000 |
parents | e6ae08f5ad09 |
children | c92a6c65bbd9 |
files | lib/makefile |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/makefile Tue Apr 13 15:14:50 2010 +0000 +++ b/lib/makefile Thu Apr 15 02:57:26 2010 +0000 @@ -1,6 +1,11 @@ include $(NITROS9DIR)/rules.mak -all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l +SRC = os9defs.a scfdefs.a rbfdefs.a pipedefs.a systype.a net.a + +all: sys6809l1.l sys6809l2.l sys6309l2.l net.l alib.l sys.zip + +sys.zip: $(SRC) + zip $@ $(SRC) sys6809l1.l: sys6809l1.a @@ -14,5 +19,5 @@ cd alib; make clean: - $(RM) *.l *.r + $(RM) *.l *.r *.zip cd alib; make clean