Skip to content

Commit

Permalink
Add to remove the results directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Aug 31, 2024
1 parent e63851d commit 0d95e01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ test:
clean:
py3clean .
cd docs; make clean
rm -fr build .pytest_cache
rm -fr .pytest_cache
rm -fr `find . -name results`
rm -fr `find . -name __pycache__`

submodule-init:
git submodule update --init --recursive
Expand Down

0 comments on commit 0d95e01

Please sign in to comment.