Skip to content

Commit

Permalink
#432 update cleanall msg in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Jan 4, 2024
1 parent 17b5b02 commit 70522eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ help:

# Target that removes all generated files
allclean: clean
@echo "Removing everything under 'source'..."
@echo "Removing everything under 'source/autoapi'..."
@rm -rf ./source/autoapi/*
@echo "Removing everything under 'source/doxygen'..."
@rm -rf ./source/doxygen/*

0 comments on commit 70522eb

Please sign in to comment.