diff options
author | Ken Takusagawa <kenta@mit.edu> | 2018-09-11 18:16:10 -0400 |
---|---|---|
committer | Ken Takusagawa <kenta@mit.edu> | 2018-09-11 18:16:10 -0400 |
commit | c581e9bc7fabde23cb55e05f5c4ad4cc875bc236 (patch) | |
tree | af9b1ef7be263b3bc17cc45820ade2e0a6f76273 /Makefile | |
parent | 1357d52858171e2c0960d0f124461dbe9e614de0 (diff) |
spaces will break the make invocation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ help: @echo " SiFive Freedom E Software Development Kit " @echo " Makefile targets:" @echo "" - @echo " tools [BOARD = $(BOARD)]:" + @echo " tools [BOARD=$(BOARD)]:" @echo " Install compilation & debugging tools to target your desired board." @echo "" @echo " toolchain-clean:" |