Skip to content

Commit 43a1aec

Browse files
committed
better clean in Makefile
1 parent 2bcea64 commit 43a1aec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ help:
3131

3232
clean:
3333
-rm -rf _build/*
34+
-rm -rf auto_examples/*
3435

3536
test:
3637
nosetests -v --with-doctest --doctest-tests --doctest-extension=rst $(shell find . -name \*.rst -print)

0 commit comments

Comments
 (0)