File: Makefile

package info (click to toggle)
golang-golang-x-net-dev 1%3A0.0%2Bgit20160110.4fd4a9f-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,296 kB
  • ctags: 6,862
  • sloc: xml: 4,781; makefile: 30; asm: 2
file content (8 lines) | stat: -rw-r--r-- 273 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
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