Makefile for linux/amd64 and raspbian

nosocat
Jean-Louis Huynen 2019-01-14 17:01:00 +01:00
parent 4d660fb9db
commit 3b099f3545
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
arm5l: d4-goclient.go
env GOOS=linux GOARCH=arm GOARM=5 go build -o d4-arm5l d4-goclient.go
amd64l: d4-goclient.go
env GOOS=linux GOARCH=amd64 go build -o d4-amd64 d4-goclient.go