We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4c9ac commit 85db740Copy full SHA for 85db740
Arduino.mk
@@ -1581,7 +1581,7 @@ generated_assembly: generate_assembly
1581
.PHONY: tags
1582
tags:
1583
rm -f $(shell pwd)/$(TAGS_FILE)
1584
- @$(ECHO) "Generating tags for local sources (IDO an PDE files as C++): "
+ @$(ECHO) "Generating tags for local sources (INO an PDE files as C++): "
1585
$(CTAGS_CMD) $(TAGS_FILE) --langmap=c++:.ino --langmap=c++:.pde $(LOCAL_SRCS)
1586
ifneq ($(words $(ARDUINO_LIBS)), 0)
1587
@$(ECHO) "Generating tags for project libraries: "
0 commit comments