summaryrefslogtreecommitdiff
path: root/tolua/src/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tolua/src/bin/Makefile')
-rw-r--r--tolua/src/bin/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/tolua/src/bin/Makefile b/tolua/src/bin/Makefile
index 4731778..93daf77 100644
--- a/tolua/src/bin/Makefile
+++ b/tolua/src/bin/Makefile
@@ -29,8 +29,5 @@ tolua_lua.o: tolua.c
$(CC) -c -DLUA_SOURCE $(INC) -o $@ $<
clean:
- rm -f tolua_lua.o $(OBJS) -$(OBJS_D) $(T) $(T_D)
-
-klean:
- rm -f tolua_lua.o $(OBJS) -$(OBJS_D) $(T_D)
+ rm -f tolua_lua.o $(OBJS) $(OBJS_D) $(T) $(T_D)