Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « h2demo « http2 « net « x « golang.org « vendor - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a77cf073c09d716376654bb9ca56aad1783b27d (plain)
1
2
3
4
5
h2demo.linux: h2demo.go
	GOOS=linux go build --tags=h2demo -o h2demo.linux .

upload: h2demo.linux
	cat h2demo.linux | go run launch.go --write_object=http2-demo-server-tls/h2demo --write_object_is_public