diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 " |