Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 4bbc5ac

Browse files
author
Bob Green
committed
Clean build dir
1 parent 0127223 commit 4bbc5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pyflakes:
1717
clean:
1818
@find . -name "*.pyc" -delete
1919
@find . -name "__pycache__" -delete
20+
@rm -rf build
2021

2122
test: clean
2223
@PYTHONPATH=. py.test --cov-report term-missing --cov backoff.py backoff_tests.py

0 commit comments

Comments
 (0)