Skip to content

Commit

Permalink
Merge pull request #363 from ldoktor/cleanup
Browse files Browse the repository at this point in the history
Add "make clean" target
  • Loading branch information
wainersm committed Apr 30, 2024
2 parents e36bf9d + ef8c089 commit 7603351
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 7603351

Please sign in to comment.