Skip to content

Commit 3462376

Browse files
authored
Update Makefile
1 parent ef27399 commit 3462376

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
@@ -5,6 +5,7 @@ uv:
55
pip install --upgrade 'uv>=0.5.6,<0.6'
66
uv venv
77

8+
.PHONY: setup
89
setup:
910
@if [ ! -d ".venv" ] || ! command -v uv > /dev/null; then \
1011
echo "UV not installed or .venv does not exist, running uv"; \

0 commit comments

Comments
 (0)