From 7f0d3ca228e766d7c474a8dc16f23d7a5a636a77 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Mon, 11 Apr 2016 12:08:43 +0300 Subject: travis-ci integration --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 538db9a..2361028 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,10 @@ PREFIX = /usr/local CFLAGS = -O3 -Wall -pedantic -DNDEBUG CJSON_CFLAGS = -fpic CJSON_LDFLAGS = -shared -LUA_INCLUDE_DIR = $(PREFIX)/include -LUA_CMODULE_DIR = $(PREFIX)/lib/lua/$(LUA_VERSION) -LUA_MODULE_DIR = $(PREFIX)/share/lua/$(LUA_VERSION) -LUA_BIN_DIR = $(PREFIX)/bin +LUA_INCLUDE_DIR ?= $(PREFIX)/include +LUA_CMODULE_DIR ?= $(PREFIX)/lib/lua/$(LUA_VERSION) +LUA_MODULE_DIR ?= $(PREFIX)/share/lua/$(LUA_VERSION) +LUA_BIN_DIR ?= $(PREFIX)/bin ##### Platform overrides ##### ## -- cgit v1.2.3-55-g6feb