File: Makefile

package info (click to toggle)
golang-github-bradfitz-http2 0.0~git20150509-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 740 kB
  • ctags: 760
  • sloc: xml: 4,781; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
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