diff options
| author | jannfis <jann@mistrust.net> | 2021-09-15 09:19:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-15 09:19:46 +0200 |
| commit | f2b1ae04cd34480ea4761207296b8a63a3584f8a (patch) | |
| tree | 0f189c276d651419903a1248a2dd878dfca87233 /Makefile | |
| parent | 54cd9040acdfe42889bff709ec08bdfdb77a92b5 (diff) | |
refactor: Move CLI commands into their own files (#254)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
