File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ all: bin/git-sizer
2626.PHONY : bin/git-sizer
2727bin/git-sizer :
2828 mkdir -p bin
29- $(GO ) build $(GOFLAGS ) -o $@ $( PACKAGE )
29+ $(GO ) build $(GOFLAGS ) -o $@ .
3030
3131# Cross-compile for a bunch of common platforms. Note that this
3232# doesn't work with USE_ISATTY:
@@ -50,7 +50,7 @@ define PLATFORM_template =
5050.PHONY: bin/git-sizer-$(1 ) -$(2 )$(3 )
5151bin/git-sizer-$(1 ) -$(2 )$(3 ) :
5252 mkdir -p bin
53- GOOS=$(1 ) GOARCH=$(2 ) $$(GO ) build $$(GOFLAGS ) -ldflags "-X main.ReleaseVersion=$$(VERSION ) " -o $$@ $$( PACKAGE )
53+ GOOS=$(1 ) GOARCH=$(2 ) $$(GO ) build $$(GOFLAGS ) -ldflags "-X main.ReleaseVersion=$$(VERSION ) " -o $$@ .
5454common-platforms: bin/git-sizer-$(1 ) -$(2 )$(3 )
5555
5656# Note that releases don't include code from vendor (they're only used
You can’t perform that action at this time.
0 commit comments