diff --git a/makefile b/makefile index d9f17f3..ccf890f 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,4 @@ +CXX?=g++ UNAME := $(shell uname) CXXFLAGS?=-Wall -O2