We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b7ede commit 4e09c41Copy full SHA for 4e09c41
1 file changed
Makefile
@@ -15,7 +15,8 @@ GO_SRCS := $(shell find . -type f -name '*.go' | grep -v '^\./vendor/' | sort -u
15
.PHONY: all
16
all: bin/git-sizer
17
18
-bin/git-sizer: $(GO_SRCS)
+.PHONY: bin/git-sizer
19
+bin/git-sizer:
20
mkdir -p bin
21
$(GO) build $(GOFLAGS) -o $@ $(PACKAGE)/git-sizer
22
0 commit comments