Skip to content

Commit

Permalink
update make file
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Feb 24, 2024
1 parent 1154106 commit c9a24ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ servedocs:

clean:
rm -rf docs/build
find . -name "*.cov" -type f -print0 | xargs -0 /bin/rm -f

.PHONY: init test

0 comments on commit c9a24ba

Please sign in to comment.