From 40a0135c66e3271eb3842c1b66edef68d00de370 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Oct 2014 10:18:17 +0200 Subject: adaptiosn to use local tolua --- tolua/src/bin/Makefile | 5 +---- tolua/src/tests/Makefile | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'tolua') 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) diff --git a/tolua/src/tests/Makefile b/tolua/src/tests/Makefile index 9fb6bb1..215e586 100644 --- a/tolua/src/tests/Makefile +++ b/tolua/src/tests/Makefile @@ -76,9 +76,4 @@ tvarargbind.cpp: tvararg.pkg clean: rm -f t*bind.* rm -f *.o - -klean: rm -f $(EXE) - - - -- cgit v1.2.3-54-g00ecf