diff options
| author | Nick Brassel <nick@tzarc.org> | 2020-01-04 12:21:08 +1100 |
|---|---|---|
| committer | Nick Brassel <nick@tzarc.org> | 2020-01-31 15:29:23 +1100 |
| commit | b28ee6b039841c387685ea54c8206cc6c2a6cb8a (patch) | |
| tree | c8105304d97114b279c81465b4d4d923a731432e /message.mk | |
| parent | 6544bd2e65664307f9572cc8110b55df250b0302 (diff) | |
| download | qmk_firmware-b28ee6b039841c387685ea54c8206cc6c2a6cb8a.tar.gz qmk_firmware-b28ee6b039841c387685ea54c8206cc6c2a6cb8a.zip | |
Fix misunderstanding of CPPFLAGS and CXXFLAGS.
Diffstat (limited to 'message.mk')
| -rw-r--r-- | message.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message.mk b/message.mk index 53afba206..94ab606ec 100644 --- a/message.mk +++ b/message.mk | |||
| @@ -50,7 +50,7 @@ MSG_EXTENDED_LISTING = Creating Extended Listing: | |||
| 50 | MSG_SYMBOL_TABLE = Creating Symbol Table: | 50 | MSG_SYMBOL_TABLE = Creating Symbol Table: |
| 51 | MSG_LINKING = Linking: | 51 | MSG_LINKING = Linking: |
| 52 | MSG_COMPILING = Compiling: | 52 | MSG_COMPILING = Compiling: |
| 53 | MSG_COMPILING_CPP = Compiling: | 53 | MSG_COMPILING_CXX = Compiling: |
| 54 | MSG_ASSEMBLING = Assembling: | 54 | MSG_ASSEMBLING = Assembling: |
| 55 | MSG_CLEANING = Cleaning project: | 55 | MSG_CLEANING = Cleaning project: |
| 56 | MSG_CREATING_LIBRARY = Creating library: | 56 | MSG_CREATING_LIBRARY = Creating library: |
