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 @@ -15,7 +15,7 @@ install: build
15
15
build : $(SOURCES )
16
16
$(COMPILE_COMMAND )
17
17
18
- build-all-platforms : $(SOURCES ) clean
18
+ build-all-binaries : $(SOURCES ) clean
19
19
# doesn't work on my machine and not in travis, see: https://github.com/golang/go/wiki/GoArm
20
20
# GOOS=android GOARCH=arm $(COMPILE_COMMAND) && mv ./bin/tldr ./bin/tldr-android-arm
21
21
# GOOS=darwin GOARCH=arm $(COMPILE_COMMAND) && mv ./bin/tldr ./bin/tldr-darwin-arm
@@ -48,7 +48,7 @@ build-all-platforms: $(SOURCES) clean
48
48
GOOS=windows GOARCH=386 $(COMPILE_COMMAND ) && mv ./bin/tldr ./bin/tldr-windows-386
49
49
GOOS=windows GOARCH=amd64 $(COMPILE_COMMAND ) && mv ./bin/tldr ./bin/tldr-windows-amd64
50
50
51
- compress-all-binaries : $( BINARIES )
51
+ compress-all-binaries : build-all-binaries
52
52
for f in $( BINARIES) ; do \
53
53
tar czf $$f.tar.gz $$f; \
54
54
done
You can’t perform that action at this time.
0 commit comments