diff --git a/YSFGateway/Makefile b/YSFGateway/Makefile index 0e1262b..4830908 100644 --- a/YSFGateway/Makefile +++ b/YSFGateway/Makefile @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ +CC = cc +CXX = c++ # Use the following CFLAGS and LIBS if you don't want to use gpsd. CFLAGS = -g -O3 -Wall -std=c++0x -pthread diff --git a/YSFParrot/Makefile b/YSFParrot/Makefile index b23206c..c73eaf9 100644 --- a/YSFParrot/Makefile +++ b/YSFParrot/Makefile @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ +CC = cc +CXX = c++ CFLAGS = -g -O3 -Wall -std=c++0x -pthread LIBS = -lpthread LDFLAGS = -g diff --git a/YSFReflector/Makefile b/YSFReflector/Makefile index 58bfccf..e04bd4d 100644 --- a/YSFReflector/Makefile +++ b/YSFReflector/Makefile @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ +CC = cc +CXX = c++ CFLAGS = -g -O3 -Wall -std=c++0x -pthread LIBS = -lpthread LDFLAGS = -g