From fa67300f537808f7e3fa3bb501f1f268d520073b Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 27 Oct 2011 09:18:52 -0700 Subject: Fixing a few oddities, and having the 'clean' target cleaning LuaJIT as well. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3