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 1887891 commit 7d9ef74Copy full SHA for 7d9ef74
Makefile
@@ -58,6 +58,7 @@ clean : cleanbuild cleandocs cleanpytest cleantox ;
58
.PHONY : cleanbuild
59
cleanbuild :
60
rm -rf ./ciscosparkapi.egg-info/
61
+ rm -rf ./__pycache__/
62
63
.PHONY : cleandocs
64
cleandocs :
0 commit comments