Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
r2k1 committed Nov 20, 2024
1 parent a7a3a5e commit 767f611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOCALBIN = $(shell pwd)/bin
all: install

.PHONY: install
install: $(LOCALBIN)/gox $(LOCALBIN)/ginkgo $(LOCALBIN)/golangci-lint $(LOCALBIN)/cue $(LOCALBIN)/buf $(LOCALBIN)/shellspec
install: $(LOCALBIN)/gox $(LOCALBIN)/ginkgo $(LOCALBIN)/golangci-lint $(LOCALBIN)/cue $(LOCALBIN)/shellspec
@echo > /dev/null

$(LOCALBIN)/gox:
Expand Down

0 comments on commit 767f611

Please sign in to comment.