diff --git a/Makefile b/Makefile index 1348716..90e902a 100644 --- a/Makefile +++ b/Makefile @@ -16,3 +16,7 @@ test: .PHONY: build build: go build -o argocd-watcher -race -v . + +.PHONY: clean +clean: + go clean ./...