mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 12:34:13 +00:00
9 lines
273 B
Makefile
9 lines
273 B
Makefile
|
h2demo.linux: h2demo.go
|
||
|
GOOS=linux go build --tags=h2demo -o h2demo.linux .
|
||
|
|
||
|
FORCE:
|
||
|
|
||
|
upload: FORCE
|
||
|
go install golang.org/x/build/cmd/upload
|
||
|
upload --verbose --osarch=linux-amd64 --tags=h2demo --file=go:golang.org/x/net/http2/h2demo --public http2-demo-server-tls/h2demo
|