Skip to content

Commit 65f5b26

Browse files
committed
Makefile: do not remote poetry.lock in clean target
poetry.lock is needed to track dependencies.
1 parent dd10dce commit 65f5b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mrproper: clean
3030

3131
.PHONY: clean
3232
clean: cov-clean doc-clean
33-
rm -rf .venv *.egg-info build .eggs __pycache__ */__pycache__ .tox poetry.lock
33+
rm -rf .venv *.egg-info build .eggs __pycache__ */__pycache__ .tox
3434

3535
.PHONY: test
3636
test: venv

0 commit comments

Comments
 (0)