diff --git a/docs/Makefile b/docs/Makefile index e7407f44..e8dbd6b4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,6 +2,10 @@ install-dependencies: brew install hugo +.PHONY: clean +clean: + @rm -Rf public resources .hugo_build.lock + .PHONY: gen gen: @cd ../ && go run ./cmd/docsgen -docs-dir=$(PWD)