add load/save proto for multi states use

This commit is contained in:
Cloud Wu
2015-02-28 11:13:10 +08:00
parent 7602195540
commit 318ee300e3
2 changed files with 38 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ LUA_STATICLIB := 3rd/lua/liblua.a
LUA_LIB ?= $(LUA_STATICLIB)
LUA_INC ?= 3rd/lua
$(LUA_STATICLIB) :
$(LUA_STATICLIB) :
cd 3rd/lua && $(MAKE) CC='$(CC) -std=gnu99' $(PLAT)
# jemalloc