Changed the way CC is reset to CXX, used a real value instead of hardcoded g++.

This commit is contained in:
Anton Matosov 2015-01-06 01:27:09 +02:00
parent 9767dd6c30
commit 5841686a2e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CC=g++
CC=$(CXX)
CFLAGS=-I. -I../src/modules -I ../src/include -I../src/drivers \
-I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++11