Skip to content

Commit 63b53f5

Browse files
authored
fix: update Makefile to include install in output (#4079)
1 parent 87766be commit 63b53f5

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
@@ -28,7 +28,7 @@ upgrade: ## Upgrade all dependencies to the latest stable versio
2828
# =============================================================================
2929

3030
.PHONY: install
31-
install:
31+
install: ## Install dependencies
3232
@uv sync
3333

3434
.PHONY: clean

0 commit comments

Comments
 (0)