Commit Graph
7 Commits
Author SHA1 Message Date
M.V. HutzandClaude Sonnet 4.5 e5ceeb2fcc feat: add .PHONY declarations for all targets
Declares all non-file targets as phony to prevent conflicts with
files of the same name and improve Make's performance.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 16:28:08 -05:00
M.V. HutzandClaude Sonnet 4.5 e0b0b92a8a 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>
2026-01-10 16:27:55 -05:00
M.V. HutzandClaude Sonnet 4.5 0d06fac919 fix: remove Windows .exe extension from binary name
Changed BINARY_NAME from lambda.exe to lambda for Unix systems.
The .exe extension is a Windows convention and is inappropriate
for macOS/Linux builds.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 16:27:42 -05:00
M.V. Hutz dc9a1b2b7d feat: add usage instructions to README and improve Makefile 2026-01-10 16:21:22 -05:00
M.V. Hutz 7e59d5cefa style: remove YAML document separator 2026-01-10 16:12:30 -05:00
M.V. Hutz 9f06a5109f style: remove comments from golangci config 2026-01-10 16:11:37 -05:00
M.V. Hutz b2b2655c1e style: remove decorative comment separators 2026-01-10 16:07:39 -05:00