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
26
26
.PHONY : bin/git-sizer
27
27
bin/git-sizer :
28
28
mkdir -p bin
29
- $(GO ) build $(GOFLAGS ) -o $@ $( PACKAGE )
29
+ $(GO ) build $(GOFLAGS ) -o $@ .
30
30
31
31
# Cross-compile for a bunch of common platforms. Note that this
32
32
# doesn't work with USE_ISATTY:
@@ -50,7 +50,7 @@ define PLATFORM_template =
50
50
.PHONY: bin/git-sizer-$(1 ) -$(2 )$(3 )
51
51
bin/git-sizer-$(1 ) -$(2 )$(3 ) :
52
52
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 $$@ .
54
54
common-platforms: bin/git-sizer-$(1 ) -$(2 )$(3 )
55
55
56
56
# 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