From 6a8250d7e6f3b903505084981d3a8a5e6b0934b5 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 20 Dec 2025 12:00:39 +0800 Subject: [PATCH] docs: document Makefile target discovery with `make help` - Document the usage of the `make help` command to display available Makefile targets Signed-off-by: appleboy --- CLAUDE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ba3d62c..187762f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,12 +9,13 @@ drone-jenkins is a Drone CI plugin (and standalone CLI tool) for triggering Jenk ## Build Commands ```sh -make build # Build binary to bin/drone-jenkins -make test # Run tests with coverage -make lint # Run golangci-lint -make fmt # Format code with golangci-lint -make docker # Build Docker image -make clean # Clean build artifacts +make build # Build binary to bin/drone-jenkins +make test # Run tests with coverage +make lint # Run golangci-lint +make fmt # Format code with golangci-lint +make docker # Build Docker image +make clean # Clean build artifacts +make help # Show all available targets ``` To run a single test: