diff --git a/ambed/makefile b/ambed/makefile index c556a28..c9a1e5e 100644 --- a/ambed/makefile +++ b/ambed/makefile @@ -1,4 +1,4 @@ -CC=g++ +CC=c++ CFLAGS=-c -std=c++11 -pthread LDFLAGS=-std=c++11 -pthread SOURCES=$(wildcard *.cpp) diff --git a/ambedtest/makefile b/ambedtest/makefile index bc1a804..874504f 100644 --- a/ambedtest/makefile +++ b/ambedtest/makefile @@ -1,4 +1,4 @@ -CC=g++ +CC=c++ CFLAGS=-c -std=c++11 -pthread LDFLAGS=-std=c++11 -pthread SOURCES=$(wildcard *.cpp) diff --git a/src/makefile b/src/makefile index de1e0db..5946b6e 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)