mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[docs] Fix missing " in makefile (#1117)
This commit is contained in:
commit
6f5e1e7c9f
1 changed files with 1 additions and 1 deletions
|
@ -88,5 +88,5 @@ help:
|
|||
@echo " ug-html - build user guide as HTML page (public/ug/index.html)"
|
||||
@echo " doxygen - build software documentation as HTML page (doxygen_build/html/index.html)"
|
||||
@echo " revnumber - for overriding the revnumber attribute in 'pdf' and/or 'html'"
|
||||
@echo " container - Build 'pdf' and 'html' in an 'asciidoctor-wavedrom' container
|
||||
@echo " container - Build 'pdf' and 'html' in an 'asciidoctor-wavedrom' container"
|
||||
@echo " clean - delete output files and directories"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue