Skip to content

Commit

Permalink
MAINT: remove also dataset directories when using make doc-clean (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-truyen authored Sep 13, 2024
1 parent 61ad424 commit 62f746a
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 @@ -27,5 +27,5 @@ help:
clean:
@rm -rf $(BUILDDIR)
@rm -rf $(SOURCEDIR)/savefig
@rm -rf *.hdf5 *yaml
@rm -rf *.hdf5 *yaml *-dataset
@find $(SOURCEDIR)/api_reference/ -type d -name "smash" -exec rm -rf {} +

0 comments on commit 62f746a

Please sign in to comment.