From 4b4511dfe90e398afa9f0501084cb1373ca967cc Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 18 Aug 2015 15:56:16 -0600 Subject: variablize CXX and PYTHON and add -L and -I --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8704427..3892dcd 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +PYTHON ?= python2 +CXX ?= clang all: $(MAKE) -C icebox -- cgit v1.2.3