aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7685363..fb63d99 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ INSTALL_CMD = install
35## End platform specific section 35## End platform specific section
36 36
37BUILD_CFLAGS = -fpic -I$(LUA_INCLUDE_DIR) $(CJSON_CFLAGS) 37BUILD_CFLAGS = -fpic -I$(LUA_INCLUDE_DIR) $(CJSON_CFLAGS)
38OBJS := lua_cjson.o strbuf.o 38OBJS := lua_cjson.o strbuf.o fpconv.o
39 39
40.PHONY: all clean install package doc 40.PHONY: all clean install package doc
41 41