Skip to content

Commit d0594c4

Browse files
committed
[Makefile] eliminate removed files from targets
1 parent 235882c commit d0594c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: install
22

33
black:
4-
black --exclude="difflib.py" lib/fdiff/*.py lib/fdiff/thirdparty/*.py
4+
black lib/fdiff/*.py
55

66
clean:
77
- rm dist/*.whl dist/*.tar.gz dist/*.zip
@@ -24,7 +24,7 @@ install-user:
2424
test: test-lint test-type-check test-unit
2525

2626
test-coverage:
27-
coverage run --omit="lib/fdiff/thirdparty/fdifflib.py" --source fdiff -m py.test
27+
coverage run --source fdiff -m py.test
2828
coverage report -m
2929
# coverage html
3030

0 commit comments

Comments
 (0)