Skip to content

Commit

Permalink
new target to clear the generated files in site dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nettoclaudio committed Jun 26, 2023
1 parent e7bfbaa commit 7389547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ POETRY_BIN ?= poetry
build: install/package-deps
$(POETRY_BIN) run mkdocs build

.PHONY: clean
clean:
rm -rfv ./site

.PHONY: serve
serve: install/package-deps
$(POETRY_BIN) run mkdocs serve
Expand Down

0 comments on commit 7389547

Please sign in to comment.