summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2021-09-15 09:19:46 +0200
committerGitHub <noreply@github.com>2021-09-15 09:19:46 +0200
commitf2b1ae04cd34480ea4761207296b8a63a3584f8a (patch)
tree0f189c276d651419903a1248a2dd878dfca87233 /Makefile
parent54cd9040acdfe42889bff709ec08bdfdb77a92b5 (diff)
refactor: Move CLI commands into their own files (#254)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da8768d..c258138 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ prereq:
.PHONY: controller
controller:
- CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/argocd-image-updater cmd/main.go
+ CGO_ENABLED=0 go build -ldflags '${LDFLAGS}' -o dist/argocd-image-updater cmd/*.go
.PHONY: image
image: clean-image mod-vendor