Mercurial > hg > Members > kono > nitros9-code
changeset 2487:131a760b4f14
Fixed issue
author | boisy |
---|---|
date | Wed, 31 Mar 2010 02:48:40 +0000 |
parents | 1b3d766b807c |
children | 00e35931156e |
files | lib/alib/makefile lib/makefile |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/alib/makefile Wed Mar 31 02:44:16 2010 +0000 +++ b/lib/alib/makefile Wed Mar 31 02:48:40 2010 +0000 @@ -39,15 +39,15 @@ to_sp.r to_non_sp.r memset.r rnd.r -all: alib.l alib.zip +all: ../alib.l ../alib.zip -alib.zip: $(SRC) +../alib.zip: $(SRC) zip $@ $(SRC) -alib.l: $(MODS) +../alib.l: $(MODS) $(MERGE) $^ > $@ dskclean: clean clean: - $(RM) *.r alib.l alib.zip + $(RM) *.r ../alib.l ../alib.zip