fix: Makefile

This commit is contained in:
Markus Pesch 2019-03-04 10:55:27 +01:00
parent 0419d06504
commit 3ca32ff53c
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -7,5 +7,5 @@ go-build-arm7:
GOOS=linux GOARCH=arm GOARM=7 go build -o flucky -ldflags "-X main.version=${VERSION}"
pi-copy: go-build-arm7
scp flucky hades.trier.cryptic.systems:/usr/local/bin
ssh hades.trier.cryptic.systems 'chmod +x /usr/local/bin/flucky'
scp flucky hades:/usr/local/bin
ssh hades 'chmod +x /usr/local/bin/flucky'