diff --git a/Makefile b/Makefile index 0d0087a..37a77a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXX = g++ +CXX ?= g++ CXXFLAGS = -std=c++17 -Wall -Wextra -g -O2 CPPFLAGS = -I./include -I./third_party/googletest/googletest/include