Skip to content

Commit

Permalink
Change Makefile to use CXX instead of CC
Browse files Browse the repository at this point in the history
  • Loading branch information
r89m committed May 16, 2016
1 parent 7f06182 commit bacb76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PWD=$(realpath ./)
SRC_DIR=$(PWD)/src
TEST_DIR=$(PWD)/tests
CC=g++
CXX=g++
CFLAGS= -c -std=c++11 --coverage -fprofile-arcs -g -I $(TEST_DIR)/AxxTest/include -I $(TEST_DIR)/AxxTest/cxxtest-4.4 -I $(SRC_DIR) -I $(TEST_DIR)/dependencies/PubSubClient
LDFLAGS=--coverage -fprofile-arcs
SOURCES=$(wildcard $(TEST_DIR)/fakes/*.cpp) $(TEST_DIR)/AxxTest/include/Arduino.cpp $(TEST_DIR)/AxxTest/include/AxxTest.cpp
Expand Down

0 comments on commit bacb76f

Please sign in to comment.