Skip to content

Fix: align local build binary names#1

Open
mayc7n wants to merge 1 commit into
mainfrom
mayc7n-patch-1
Open

Fix: align local build binary names#1
mayc7n wants to merge 1 commit into
mainfrom
mayc7n-patch-1

Conversation

@mayc7n

@mayc7n mayc7n commented Jun 27, 2026

Copy link
Copy Markdown
Owner

This PR updates the local build targets to match the documented and released binaries.

Changes

  • Changed the default make build output from abacate to abacatepay
  • Added ALIAS_BINARY=abkt
  • Added a build-aliases target to build both abacatepay and abkt

Validation

I validated the generated commands with:

make -n build
make -n build-aliases

Output:

go build -o abacatepay .
go build -o abacatepay .
go build -o abkt .

I couldn't run the full Go test suite locally because Go is not installed in my current environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant