From 0279144db1e00ebd535c4d7093bb15c3599964a4 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 15 Apr 2014 14:32:52 +0800 Subject: [PATCH] cleanall clear lualib.a --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fe3f9ec1..346f2f45 100644 --- a/Makefile +++ b/Makefile @@ -76,3 +76,4 @@ clean : cleanall: clean cd 3rd/lua-cjson && $(MAKE) clean + rm -f $(LUA_STATICLIB)