Skip to content

Commit

Permalink
docs(mk): add clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Mar 26, 2024
1 parent 1c4f3f1 commit e2171f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2171f1

Please sign in to comment.