PrefectHQ / prefect-operator

A Kubernetes operator for managing Prefect servers and work pools
10 stars 0 forks source link

Add make clean #135

Closed mitchnielsen closed 1 day ago

mitchnielsen commented 1 day ago

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