Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make clean #135

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Add make clean #135

merged 2 commits into from
Nov 18, 2024

Conversation

mitchnielsen
Copy link
Contributor

Add Make target to clean up project directory

Adds a Makefile target to clean up the project directory of any
generated files.

The first one added here is to clean up the kubebuilder binaries, which
are write-protected and therefore cannot be removed with 'rm -rf'.

Related to https://linear.app/prefect/issue/PLA-690/cycle-6-catch-all

Adds a Makefile target to clean up the project directory of any
generated files.

The first one added here is to clean up the kubebuilder binaries, which
are write-protected and therefore cannot be removed with 'rm -rf'.

Related to https://linear.app/prefect/issue/PLA-690/cycle-6-catch-all
@mitchnielsen mitchnielsen added the maintenance Maintenance-related changes label Nov 18, 2024
@mitchnielsen mitchnielsen self-assigned this Nov 18, 2024
@mitchnielsen mitchnielsen marked this pull request as ready for review November 18, 2024 20:41
@mitchnielsen mitchnielsen requested review from chrisguidry and a team as code owners November 18, 2024 20:41
Copy link
Collaborator

@chrisguidry chrisguidry left a comment

Choose a reason for hiding this comment

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

Thanks!

@mitchnielsen mitchnielsen merged commit 4610b7c into main Nov 18, 2024
1 check passed
@mitchnielsen mitchnielsen deleted the add-make-clean branch November 18, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance-related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants