Skip to content

Commit

Permalink
Makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doshitan committed Jan 13, 2025
1 parent 81450ef commit ae34cdc
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 @@ -35,7 +35,11 @@ clean: clean-docs

clean-docs: ## Remove generated doc files
rm -f docs/index.md

rm -rf $(REFERENCE_DOC_DIR)
mkdir -p $(REFERENCE_DOC_DIR)
touch $(REFERENCE_DOC_DIR)/.keep

rm -rf site/

clean-venv: ## Remove active virtualenv
Expand Down

0 comments on commit ae34cdc

Please sign in to comment.