aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13cfd3a..8260770 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ info:
@echo "Compile targets:"
@echo " ram: Compile sketch code for RAM to be loaded over the bootloader"
@echo " flash: Compile sketch code for flash to be loaded over the bootloader"
- @echo " flash: Compile sketch code for flash to be loaded over JTAG"
+ @echo " jtag: Compile sketch code for flash to be loaded over JTAG"
@echo ""
@echo "Programming targets:"
@echo " program_ram: Upload code to RAM via bootloader"