aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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##