Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfoehrKn committed Jan 9, 2021
1 parent afee404 commit c8266af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build-switcher:
.PHONY: build-hooks
build-hooks:
@env GOOS=linux GOARCH=amd64 go build -o hack/hooks/hook_gardener_landscape_sync_linux_amd64 hooks/gardener-landscape-sync/cmd/main.go
@env GOOS=darwin GOARCH=amd64 go build -o hack/hooks/hook_gardener_landscape_sync hooks/gardener-landscape-sync/cmd/main.go
@env GOOS=darwin GOARCH=amd64 go build -o hack/hooks/hook_gardener_landscape_sync_darwin_amd64 hooks/gardener-landscape-sync/cmd/main.go

.PHONY: all
all: format check build
Expand Down

0 comments on commit c8266af

Please sign in to comment.