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 <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2025-12-20 12:00:39 +08:00
parent 8dfbb92314
commit 6a8250d7e6
+7 -6
View File
@@ -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: