aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-01-03 19:01:39 -0500
committerDave Reisner <dreisner@archlinux.org>2013-01-03 19:07:13 -0500
commit233a7ff6e6f004ca5f5b115f5ddc39434d18b624 (patch)
tree0f9e48fff239d83330648d57e8bbc6c7a0edf6b4 /Makefile
parent1d7e3fcbd31e2f33fbbf59651360b6b7e07f3c90 (diff)
downloadmirror-ponymix-233a7ff6e6f004ca5f5b115f5ddc39434d18b624.tar.gz
mirror-ponymix-233a7ff6e6f004ca5f5b115f5ddc39434d18b624.tar.bz2
mirror-ponymix-233a7ff6e6f004ca5f5b115f5ddc39434d18b624.zip
allow overriding the compiler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b41b05c..fac9117 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CXX = g++ -std=c++11
+CXX := $(CXX) -std=c++11
base_CXXFLAGS = -Wall -Wextra -pedantic -O2 -g
base_LIBS = -lm