diff --git a/src/makefile b/src/makefile index 2d7b587..bbf7a7c 100644 --- a/src/makefile +++ b/src/makefile @@ -1,4 +1,4 @@ -CC=g++ +CC=c++ CFLAGS=-c -std=c++11 -pthread LDFLAGS=-std=c++11 -pthread SOURCES=$(wildcard *.cpp)