aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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