summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-27 09:18:52 -0700
committerPixel <pixel@nobis-crew.org>2011-10-27 09:18:52 -0700
commitfa67300f537808f7e3fa3bb501f1f268d520073b (patch)
tree4793a47c83761808415967e034c67f90fa1fd6e9 /Makefile
parent58327525051d0e282b4bc2d0d7ddd1bbad2e9b65 (diff)
Fixing a few oddities, and having the 'clean' target cleaning LuaJIT as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0cc7064..34ea1bd 100644
--- a/Makefile
+++ b/Makefile
@@ -210,5 +210,6 @@ dep: $(ALL_DEPS)
clean:
rm -f $(ALL_OBJECTS) $(TESTS) $(LIB) $(ALL_DEPS)
+ $(MAKE) -C LuaJIT clean
.PHONY: lib tests clean strip LuaJIT