From 3b8337ba2f939cb21251b53c79d5f5a1a2bb1dbb Mon Sep 17 00:00:00 2001 From: "Rob Kendrick (humdrum)" Date: Mon, 20 Jan 2014 16:56:25 +0000 Subject: Add INSTALL and CFLAGS to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8f428a9..46171fc 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,9 @@ LIBUTIL_O := $(subst .c$,.o,$(LIBUTIL_C)) SCRYPT_LIBS := libcrypt.a libscryptenc.a libutil.a +CFLAGS ?= -O2 -Wall +INSTALL := /usr/bin/install + all: lua-5.1-try lua-5.2-try clean: -- cgit v1.2.1