mirror of
https://github.com/yudai/gotty.git
synced 2026-02-16 13:18:06 +01:00
godeps to go mod
This commit is contained in:
parent
40912fd6f7
commit
0b3a548e1e
112 changed files with 176 additions and 14353 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ VERSION = 2.0.0-alpha.3
|
|||
BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMMIT)"
|
||||
|
||||
gotty: main.go server/*.go webtty/*.go backend/*.go Makefile
|
||||
godep go build ${BUILD_OPTIONS}
|
||||
go build ${BUILD_OPTIONS}
|
||||
|
||||
.PHONY: asset
|
||||
asset: bindata/static/js/gotty-bundle.js bindata/static/index.html bindata/static/favicon.png bindata/static/css/index.css bindata/static/css/xterm.css bindata/static/css/xterm_customize.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue