From a6505e6da83f85c5a365ff7729775954bd5d51e7 Mon Sep 17 00:00:00 2001 From: Simon John Date: Thu, 1 Jan 2015 01:25:23 +0000 Subject: Change CXX_NAME to CXX as per the EmacsWiki for Flymake instructions. Makes it a bit more standard too. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7f017b0..0d3477f 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ Then, the following line must be added to the project Makefile : ``` check-syntax: - $(CXX_NAME) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) + $(CXX) -c -include Arduino.h -x c++ $(CXXFLAGS) $(CPPFLAGS) -fsyntax-only $(CHK_SOURCES) ``` ## Test Suite -- cgit v1.2.3