Skip to content

Commit 3342fec

Browse files
committed
feat: enhance Makefile with comprehensive development targets
- Add 25+ make targets for build, test, lint, coverage, docs, etc. - Include development workflow commands (dev, watch, quality-fix) - Add CI simulation, security audit, and performance benchmarking - Implement agent development helpers and Docker support - Add workspace info and pre-commit hook installation
1 parent 329a887 commit 3342fec

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
@@ -27,7 +27,7 @@ build-release: ## Build all crates in release mode
2727

2828
build-cli: ## Build only the CLI crate
2929
@echo "🔨 Building CLI crate..."
30-
cargo build -p cli
30+
cargo build -p code_guardian_cli
3131

3232
# Testing commands
3333
test: ## Run all tests

0 commit comments

Comments
 (0)