Skip to content

chore(makefile): reorganize targets, add VENV support#3435

Merged
mkoura merged 1 commit intomasterfrom
cleanup_makefile
Apr 24, 2026
Merged

chore(makefile): reorganize targets, add VENV support#3435
mkoura merged 1 commit intomasterfrom
cleanup_makefile

Conversation

@mkoura
Copy link
Copy Markdown
Collaborator

@mkoura mkoura commented Apr 24, 2026

Group targets into Setup/Linting/Documentation/Maintenance sections. Use $(VENV)/bin/ prefix for pre-commit and prepare-cluster-scripts so targets work without activated venv. Add fmt, clean, clean-all targets.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reorganizes the project Makefile into clearer sections and improves developer ergonomics by adding venv-prefixed tooling targets and new maintenance commands.

Changes:

  • Add VENV variable and use $(VENV)/bin/... for pre-commit and prepare-cluster-scripts
  • Reorganize targets into Setup / Linting / Documentation / Maintenance sections
  • Add fmt, clean, and clean-all targets

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile Outdated
Comment thread Makefile Outdated
Comment thread Makefile Outdated
Comment thread Makefile Outdated
@mkoura mkoura force-pushed the cleanup_makefile branch 2 times, most recently from 8a69972 to fc3201f Compare April 24, 2026 15:40
@mkoura mkoura requested a review from Copilot April 24, 2026 15:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile
Comment thread Makefile Outdated
Comment thread Makefile Outdated
@mkoura mkoura force-pushed the cleanup_makefile branch from fc3201f to 19e35b8 Compare April 24, 2026 15:51
Group targets into Setup/Linting/Documentation/Maintenance sections.
Use $(VENV)/bin/ prefix for pre-commit and prepare-cluster-scripts
so targets work without activated venv. Add fmt, clean, clean-all
targets.
@mkoura mkoura force-pushed the cleanup_makefile branch from 19e35b8 to 2e2637d Compare April 24, 2026 15:56
@mkoura mkoura merged commit 329d8fd into master Apr 24, 2026
3 checks passed
@mkoura mkoura deleted the cleanup_makefile branch April 24, 2026 15:59
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.

2 participants