diff options
| author | Simon John <git@the-jedi.co.uk> | 2015-01-01 01:25:23 +0000 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2015-01-01 01:25:23 +0000 |
| commit | a6505e6da83f85c5a365ff7729775954bd5d51e7 (patch) | |
| tree | ba86d0364dcd3a7d33855ff6171da4adf0f59ebc /README.md | |
| parent | cfd6af90fb2dc43646b9701c1823af1536d73665 (diff) | |
Change CXX_NAME to CXX as per the EmacsWiki for Flymake instructions.
Makes it a bit more standard too.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
