Ido/ino typo in echo when building tags
This commit is contained in:
parent
4c4c9ac2f0
commit
85db740a1c
1 changed files with 1 additions and 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: "
|
||||
|
|
Loading…
Reference in a new issue