aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYichun Zhang <agentzh@gmail.com>2016-04-11 19:00:46 -0700
committerYichun Zhang <agentzh@gmail.com>2016-04-11 19:00:46 -0700
commitb426217f1a8a2c7083c7bdb4b1180be1ab142112 (patch)
tree9ee632a1d7129d001b86bc4d1694f9c8a40120bd /Makefile
parente1ebda146f63276093970f1bec36e51f952b3dba (diff)
parent7f0d3ca228e766d7c474a8dc16f23d7a5a636a77 (diff)
downloadlua-cjson-b426217f1a8a2c7083c7bdb4b1180be1ab142112.tar.gz
lua-cjson-b426217f1a8a2c7083c7bdb4b1180be1ab142112.tar.bz2
lua-cjson-b426217f1a8a2c7083c7bdb4b1180be1ab142112.zip
Merge pull request #7 from chipitsine/master
travis-ci integration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 538db9a..2361028 100644
--- a/Makefile
+++ b/Makefile
@@ -18,10 +18,10 @@ PREFIX = /usr/local
18CFLAGS = -O3 -Wall -pedantic -DNDEBUG 18CFLAGS = -O3 -Wall -pedantic -DNDEBUG
19CJSON_CFLAGS = -fpic 19CJSON_CFLAGS = -fpic
20CJSON_LDFLAGS = -shared 20CJSON_LDFLAGS = -shared
21LUA_INCLUDE_DIR = $(PREFIX)/include 21LUA_INCLUDE_DIR ?= $(PREFIX)/include
22LUA_CMODULE_DIR = $(PREFIX)/lib/lua/$(LUA_VERSION) 22LUA_CMODULE_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION)
23LUA_MODULE_DIR = $(PREFIX)/share/lua/$(LUA_VERSION) 23LUA_MODULE_DIR ?= $(PREFIX)/share/lua/$(LUA_VERSION)
24LUA_BIN_DIR = $(PREFIX)/bin 24LUA_BIN_DIR ?= $(PREFIX)/bin
25 25
26##### Platform overrides ##### 26##### Platform overrides #####
27## 27##