lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 98194db4295726069137d13b8d24fca8cbf892b6
parent fad7582c9a3cab032c3989a1b36a2ecdf5aaa3c0
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri,  9 Jun 2006 14:30:51 -0300

details

Diffstat:
Mmakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -18,7 +18,7 @@ LOCAL = $(TESTS) $(CWARNS) CC= gcc -CFLAGS= -O2 -Wall $(MYCFLAGS) +CFLAGS= -Wall $(MYCFLAGS) -O2 AR= ar rcu RANLIB= ranlib RM= rm -f @@ -75,6 +75,7 @@ $(LUAC_T): $(LUAC_O) $(CORE_T) $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(CORE_T) $(LIBS) $(MYLIBS) clean: + rcsclean -u $(RM) $(ALL_T) $(ALL_O) depend: