diff options
| author | John Whittington <john@jbrengineering.co.uk> | 2017-09-03 08:52:44 +0100 |
|---|---|---|
| committer | John Whittington <john@jbrengineering.co.uk> | 2017-09-03 08:52:44 +0100 |
| commit | 85db740a1c00ebfa61418e6182c85c723f6a8f8c (patch) | |
| tree | 0ee3ee774961f33059d0bb23c602102344ba8ecf | |
| parent | 4c4c9ac2f0d074d9f9ec8d1b2ef82564955513ed (diff) | |
Ido/ino typo in echo when building tags
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1581,7 +1581,7 @@ generated_assembly: generate_assembly .PHONY: tags tags: rm -f $(shell pwd)/$(TAGS_FILE) - @$(ECHO) "Generating tags for local sources (IDO an PDE files as C++): " + @$(ECHO) "Generating tags for local sources (INO an PDE files as C++): " $(CTAGS_CMD) $(TAGS_FILE) --langmap=c++:.ino --langmap=c++:.pde $(LOCAL_SRCS) ifneq ($(words $(ARDUINO_LIBS)), 0) @$(ECHO) "Generating tags for project libraries: " |
