Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 6, 2024
1 parent 9c99e49 commit 2e6f9b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ clean: ## Cleanup temporary build a
@find . -name '*~' -exec rm -f {} +
@find . -name '__pycache__' -exec rm -rf {} +
@find . -name '.ipynb_checkpoints' -exec rm -rf {} +
@rm -rf
@$(MAKE) docs-clean
@echo "${OK} Cleaned working directory 🧹 ✨"

Expand Down

0 comments on commit 2e6f9b7

Please sign in to comment.