Skip to content
Snippets Groups Projects
Commit 98194db4 authored by Roberto Ierusalimschy's avatar Roberto Ierusalimschy
Browse files

details

parent fad7582c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
@@ -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:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment