Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Katja Süss <[email protected]>
  • Loading branch information
stevepiercy and ksuess authored Nov 10, 2024
1 parent 85de850 commit dd1d1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean: ## Clean build directory
cd $(DOCS_DIR) && rm -rf $(BUILDDIR)/*

.PHONY: distclean
distclean: ## Clean docs build directory and Python virtual environment, then install requirements
distclean: ## Clean docs build directory and Python virtual environment
rm -rf venv
cd $(DOCS_DIR) && rm -rf $(BUILDDIR)/

Expand Down

0 comments on commit dd1d1bd

Please sign in to comment.