Skip to content

Commit

Permalink
Add fetch-modules to make help for main makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TG-Techie committed May 12, 2022
1 parent 72807bb commit cb2bf41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \

help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " fetch-submodules to fetch dependencies from submodules, run this right after you clone the repo"
@echo " html to make standalone HTML files"
@echo " dirhtml to make HTML files named index.html in directories"
@echo " singlehtml to make a single large HTML file"
Expand Down

0 comments on commit cb2bf41

Please sign in to comment.