Rename generate target to proto; dev data dir run/ -> srv/
Aligns with the platform engineering standards. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -161,7 +161,7 @@ curl -k https://mcias.metacircular.net:8443/v1/health
|
||||
make build # compile all binaries to bin/
|
||||
make test # go test -race ./...
|
||||
make lint # golangci-lint run ./...
|
||||
make generate # regenerate protobuf stubs (requires protoc)
|
||||
make proto # regenerate protobuf stubs (requires protoc)
|
||||
make man # build compressed man pages
|
||||
make clean # remove bin/ and generated artifacts
|
||||
make dist # cross-compiled tarballs for linux/amd64 and linux/arm64
|
||||
|
||||
Reference in New Issue
Block a user