Skip to content

Commit

Permalink
Add "make clean" target
Browse files Browse the repository at this point in the history
to provide a standard way to clean the environment after build.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
  • Loading branch information
ldoktor committed Apr 24, 2024
1 parent ef55c2e commit ef8c089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ endif
docker-push: ## Push docker image with the manager.
docker push ${IMG}

.PHONY: clean
clean: ## Cleanup the build generated files
rm -Rf bin/ cover.out bundle_tmp*

##@ Deployment

ifndef ignore-not-found
Expand Down

0 comments on commit ef8c089

Please sign in to comment.