Skip to content

Commit

Permalink
mk
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Aug 1, 2023
1 parent 58f495b commit 96bbe42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ SHELL := bash
.PHONY: clean clobber lint test fmt release

clean:
rm -rf -- .mypy_cache/ *.egg-info/ build/ dist/
rm -v -rf -- .mypy_cache/ *.egg-info/ build/ dist/

clobber: clean
rm -rf -- .venv/
rm -v -rf -- .venv/

.venv/bin/python3:
python3 -m venv -- .venv
Expand Down

0 comments on commit 96bbe42

Please sign in to comment.