first step to lib reformation

This commit is contained in:
kernel 2025-08-02 20:04:14 +03:00
parent 8882968031
commit 434a89e31a
5 changed files with 158 additions and 141 deletions

View file

@ -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