makefile: add --cleanDestinationDir
This commit is contained in:
parent
820cab5730
commit
55683ec08b
2 changed files with 3 additions and 2 deletions
2
makefile
2
makefile
|
@ -9,4 +9,4 @@ usage: ### Usage (default)
|
|||
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed 's/^/ /' | sed -e 's/\\$$//' | sed -e 's/#/ /g'
|
||||
|
||||
hugo-server: ## Run Hugo web server and serve the example site
|
||||
cd exampleSite; hugo server --themesDir ../../ -t hugo-theme-console
|
||||
cd exampleSite; hugo server --cleanDestinationDir --themesDir ../../ -t hugo-theme-console
|
Loading…
Add table
Add a link
Reference in a new issue