summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-02-02 09:13:59 -0800
committerMegan Wachs <megan@sifive.com>2017-02-02 09:13:59 -0800
commit68a2e21474b66c8ef929e0aa36bf7f42f85ea4e2 (patch)
treee6b3b5d265797e0e40b14e790d4c52d374dacfda /Makefile
parentb03acee657964f3c0268645b76ba8c3a3163c3fa (diff)
help: use punctuation consistently
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 "