Skip to content

Commit

Permalink
fix: do not delete examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Apr 23, 2024
1 parent f6eb705 commit 80704e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ help:
clean:
rm -rf build_errors.txt
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/examples
rm -rf $(SOURCEDIR)/examples/*
find . -type d -name "_autosummary" -exec rm -rf {} +

0 comments on commit 80704e9

Please sign in to comment.