mirror of
https://github.com/yudai/gotty.git
synced 2026-02-17 05:28:07 +01:00
first step to lib reformation
This commit is contained in:
parent
8882968031
commit
434a89e31a
5 changed files with 158 additions and 141 deletions
1
Makefile
1
Makefile
|
|
@ -6,6 +6,7 @@ BUILD_OPTIONS = -ldflags "-X main.Version=$(VERSION) -X main.CommitID=$(GIT_COMM
|
|||
gotty: main.go server/*.go webtty/*.go backend/*.go Makefile
|
||||
mkdir -p builds
|
||||
go build -o builds/gotty ${BUILD_OPTIONS}
|
||||
$(PWD)/builds/gotty
|
||||
|
||||
.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