Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1528 from marquiz/devel/makefile
Browse files Browse the repository at this point in the history
makefile: fix build: target
  • Loading branch information
k8s-ci-robot authored Dec 22, 2023
2 parents 21d558c + 4d2feca commit f8ba32a
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 @@ -93,7 +93,7 @@ all: image
BUILD_BINARIES := nfd-master nfd-worker nfd-topology-updater nfd-gc kubectl-nfd

build-%:
$(GO_CMD) build -v -o bin $(BUILD_FLAGS) ./cmd/$*
$(GO_CMD) build -v -o bin/ $(BUILD_FLAGS) ./cmd/$*

build: $(foreach bin, $(BUILD_BINARIES), build-$(bin))

Expand Down

0 comments on commit f8ba32a

Please sign in to comment.