We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf80e0 commit 884fda8Copy full SHA for 884fda8
Makefile
@@ -17,7 +17,7 @@ test:
17
18
clean:
19
py3clean .
20
- cd docs; make clean
+ rm -fr docs/build
21
rm -fr .pytest_cache
22
rm -fr `find . -name results`
23
rm -fr `find . -name __pycache__`
0 commit comments