Skip to content

Commit ffa29fd

Browse files
author
Bob Green
committed
Clean dist dir
1 parent 4bd6ca0 commit ffa29fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pyflakes:
1717
clean:
1818
@find . -name "*.pyc" -delete
1919
@find . -name "__pycache__" -delete
20-
@rm -rf build
20+
@rm -rf build dist
2121

2222
test: clean
2323
@PYTHONPATH=. py.test --cov-report term-missing --cov backoff.py backoff_tests.py

0 commit comments

Comments
 (0)