diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ LUA_LIBDIR := $(LUA_DIR)/lib/lua/$(LUA_VER)/term | |||
6 | LUA_INC := $(LUA_DIR)/include/lua$(LUA_VER) | 6 | LUA_INC := $(LUA_DIR)/include/lua$(LUA_VER) |
7 | LUA_SHARE := $(LUA_DIR)/share/lua/$(LUA_VER)/term | 7 | LUA_SHARE := $(LUA_DIR)/share/lua/$(LUA_VER)/term |
8 | CWARNS := -Wall -pedantic | 8 | CWARNS := -Wall -pedantic |
9 | CFLAGS := $(CWARNS) -ansi -O3 -I$(LUA_INC) -fPIC | 9 | CFLAGS += $(CWARNS) -O3 -I$(LUA_INC) -fPIC |
10 | LIB_OPTION := -shared | 10 | LIB_OPTION := -shared |
11 | 11 | ||
12 | SONAME := core.so | 12 | SONAME := core.so |