Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jenting authored Dec 7, 2024
1 parent 2e6eabe commit 1f25dab
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 @@ -16,3 +16,7 @@ test:
.PHONY: build
build:
go build -o argocd-watcher -race -v .

.PHONY: clean
clean:
go clean ./...

0 comments on commit 1f25dab

Please sign in to comment.