From 180f242cd6d175172b5526b47e61d5f9471b90bd Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 7 Sep 2012 11:26:01 +0200 Subject: [PATCH] Don't "clean" the internal Lua directory, clean the build results Signed-off-by: Tobias Ulmer --- lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/Makefile b/lua/Makefile index 9b3afd3..125ba4d 100644 --- a/lua/Makefile +++ b/lua/Makefile @@ -72,4 +72,4 @@ install-doc: done clean: - rm -fr $(LUA_ALL_VERSIONS:%=lua-%) + $(MAKE) -C lua-5.1.3/src clean -- 2.39.5