summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 516677d6..d57ecbad 100644
--- a/makefile
+++ b/makefile
@@ -18,7 +18,7 @@ LOCAL = $(TESTS) $(CWARNS)
18 18
19 19
20CC= gcc 20CC= gcc
21CFLAGS= -O2 -Wall $(MYCFLAGS) 21CFLAGS= -Wall $(MYCFLAGS) -O2
22AR= ar rcu 22AR= ar rcu
23RANLIB= ranlib 23RANLIB= ranlib
24RM= rm -f 24RM= rm -f
@@ -75,6 +75,7 @@ $(LUAC_T): $(LUAC_O) $(CORE_T)
75 $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(CORE_T) $(LIBS) $(MYLIBS) 75 $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(CORE_T) $(LIBS) $(MYLIBS)
76 76
77clean: 77clean:
78 rcsclean -u
78 $(RM) $(ALL_T) $(ALL_O) 79 $(RM) $(ALL_T) $(ALL_O)
79 80
80depend: 81depend: