mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Update Makefile
This commit is contained in:
parent
f998015f0c
commit
ff420fb81d
4
Makefile
4
Makefile
@ -27,10 +27,6 @@ linux32:
|
||||
.PHONY: linux64
|
||||
linux64:
|
||||
env GOOS=linux GOARCH=amd64 go build ${LDFLAGS} -o dist/cowyo_linux_amd64
|
||||
ssh camlistore "sudo initctl stop cowyo"
|
||||
scp dist/cowyo_linux_amd64 camlistore:cowyo/cowyo
|
||||
ssh camlistore "chmod +x cowyo/cowyo"
|
||||
ssh camlistore "sudo initctl start cowyo"
|
||||
|
||||
.PHONY: windows
|
||||
windows:
|
||||
|
Loading…
Reference in New Issue
Block a user