From e5fd0ed6bc2aa11a82ec41c744434a8332fc1651 Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Tue, 2 Dec 2014 17:28:21 +0100 Subject: [PATCH] Honour CXX environment variable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b5fc51..3bb8848 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ bison2: patch2 default unpatch2 compile: bison Monicelli.ypp flex Monicelli.lpp - g++ \ -Wall -Wno-deprecated-register -std=c++11 -DYYDEBUG=0 -O2 \ + $(CXX) \ Parser.cpp lex.yy.cc Nodes.cpp main.cpp -o mcc patch2: