summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c995728..22a5832 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,10 @@ help :
@echo " Makefile targets:"
@echo ""
@echo " tools:"
- @echo " Install compilation & debugging tools"
+ @echo " Install compilation & debugging tools."
@echo ""
@echo " uninstall:"
- @echo " Uninstall the compilation & debugging tools"
+ @echo " Uninstall the compilation & debugging tools."
@echo ""
@echo " software [PROGRAM=$(DEFAULT_PROGRAM) BOARD=$(DEFAULT_BOARD)]:"
@echo " Build a software program to load with the"
@@ -26,7 +26,7 @@ help :
@echo ""
@echo " upload [PROGRAM=$(DEFAULT_PROGRAM) BOARD=$(DEFAULT_BOARD)]:"
@echo " Launch OpenOCD to flash your program to the"
- @echo " on-board Flash"
+ @echo " on-board Flash."
@echo ""
@echo " run_debug [PROGRAM=$(DEFAULT_PROGRAM) BOARD=$(DEFAULT_BOARD)]:"
@echo " Launch OpenOCD & GDB to load or debug "