diff --git a/Makefile b/Makefile index c05cc62..5fb25b8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ .PHONY: test start +.PHONY: test start pushbuild test: go test ./... test-all: docker build -f dockers/DockerTestfile -t hostlink-test --progress plain --no-cache --target run-test-stage . start: go run ./... +pushbuild: + GOOS=linux GOARCH=amd64 go build -o hostlink . && scp -O hostlink hlink:~