Skip to content

Commit 6eb4d4c

Browse files
committed
Restore missing target
1 parent 5c990c3 commit 6eb4d4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ $(VENV):
6060
$(PYBIN)/pip install --upgrade pip
6161

6262
$(PYBIN): $(VENV)
63+
$(PYTHON): $(PYBIN)
6364
$(PIP): $(PYBIN)
6465

66+
6567
UV = $(SITE_PACKAGES)/uv
6668
$(UV):
6769
$(MAKE) $(PYBIN)

0 commit comments

Comments
 (0)