Skip to content

feat: add Makefile for common development tasks (#28)#42

Open
harish-build wants to merge 1 commit intoSiddhant-K-code:mainfrom
harish-build:feat/makefile
Open

feat: add Makefile for common development tasks (#28)#42
harish-build wants to merge 1 commit intoSiddhant-K-code:mainfrom
harish-build:feat/makefile

Conversation

@harish-build
Copy link
Copy Markdown

Summary

Adds a Makefile with targets for build, test, lint, bench, fmt, vet, clean, Docker operations, and release. Updates README to reference make commands in the Build from Source and Contributing sections.

Changes

  • Makefile — 12 targets covering all common development workflows
  • README.md — replaced raw go build/go test commands with make equivalents
  • Added common development targets section under Build from Source

Acceptance Criteria

  • make (default) runs build
  • make test runs all tests
  • make lint runs golangci-lint
  • make help lists all targets with descriptions
  • README references make commands

Adds Makefile with targets for build, test, lint, bench, fmt, vet,
clean, docker operations, and release. Updates README to reference
make commands in Build from Source and Contributing sections.
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