Skip to content

Commit

Permalink
chg: [mkf] -
Browse files Browse the repository at this point in the history
  • Loading branch information
gallypette committed Apr 27, 2020
1 parent 0d9229f commit 3c96e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arm5l: d4-goclient.go
env GOOS=linux GOARCH=arm GOARM=5 go build -o d4-arm5l d4-goclient.go
env GOOS=linux GOARCH=arm GOARM=5 go build -o d4-goclient-arm5l d4-goclient.go
amd64l: d4-goclient.go
env GOOS=linux GOARCH=amd64 go build -o d4-amd64l d4-goclient.go
env GOOS=linux GOARCH=amd64 go build -o d4-goclient-amd64l d4-goclient.go

0 comments on commit 3c96e3f

Please sign in to comment.