summaryrefslogtreecommitdiff
path: root/tolua
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 10:18:17 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 10:18:17 +0200
commit40a0135c66e3271eb3842c1b66edef68d00de370 (patch)
tree0d757e8804e8f87d9ea3138f08de24749e1336e2 /tolua
parentf92578d63e8ce19884247343710eafe42edecdf4 (diff)
downloadcrawler-40a0135c66e3271eb3842c1b66edef68d00de370.tar.gz
crawler-40a0135c66e3271eb3842c1b66edef68d00de370.tar.bz2
adaptiosn to use local tolua
Diffstat (limited to 'tolua')
-rw-r--r--tolua/src/bin/Makefile5
-rw-r--r--tolua/src/tests/Makefile5
2 files changed, 1 insertions, 9 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)
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)
-
-
-