Skip to content

Commit 104fb59

Browse files
committed
[chore:meta] Update Makefile for better use
1 parent a9dea99 commit 104fb59

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
@@ -80,7 +80,7 @@ coverage-html: ## Run tests and generate an HTML coverage report. Ex: make cover
8080
# ==============================================================================
8181

8282
.PHONY: build
83-
build: clean ## Build the package into wheel and sdist artifacts
83+
build: ## Build the package into wheel and sdist artifacts
8484
@echo "$(BLUE)› Building package...$(RESET)"
8585
@$(BUILD_RUNNER)
8686
@echo "$(GREEN)✅ Package built in 'dist/'.$(RESET)"

0 commit comments

Comments
 (0)