aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/makefile b/makefile
index 7af55332..9e537dcc 100644
--- a/makefile
+++ b/makefile
@@ -109,16 +109,6 @@ $(LUA_T): $(LUA_O) $(CORE_T)
109 $(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(CORE_T) $(LIBS) $(MYLIBS) $(DL) 109 $(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(CORE_T) $(LIBS) $(MYLIBS) $(DL)
110 110
111 111
112llex.o:
113 $(CC) $(CFLAGS) -Os -c llex.c
114
115lparser.o:
116 $(CC) $(CFLAGS) -Os -c lparser.c
117
118lcode.o:
119 $(CC) $(CFLAGS) -Os -c lcode.c
120
121
122clean: 112clean:
123 $(RM) $(ALL_T) $(ALL_O) 113 $(RM) $(ALL_T) $(ALL_O)
124 114