Skip to content

Commit

Permalink
Updated Makefile with better info text
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Jan 4, 2021
1 parent 3f23d82 commit 9e0bd48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -20,10 +20,10 @@ help: ## Print help for each target
@grep '^[[:alnum:]_-]*:.* ##' $(MAKEFILE_LIST) \
| sort | awk 'BEGIN {FS=":.* ## "}; {printf "%-25s %s\n", $$1, $$2};'

book: ## Generate an mdBook version
book: ## Generate an mdBook version on your local and start serving in browser
@./createBookFromReadme.sh

github_pages: ## Generate an mdBook version
github_pages: ## Generate an mdBook version for the Github Pages
@./createGithubPagesFromReadme.sh

snippets: clean ## Create snippets
Expand Down

0 comments on commit 9e0bd48

Please sign in to comment.