refactor: remove redundant chmod +x command

Go build already sets the executable bit on binaries, making the
explicit chmod +x unnecessary.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
M.V. Hutz
2026-01-10 16:27:55 -05:00
parent 0d06fac919
commit e0b0b92a8a

View File

@@ -2,7 +2,6 @@ BINARY_NAME=lambda
it: it:
@ go build -o ${BINARY_NAME} ./cmd/lambda @ go build -o ${BINARY_NAME} ./cmd/lambda
@ chmod +x ${BINARY_NAME}
TEST=simple TEST=simple