Merge branch 'update-toolchain'

This commit is contained in:
Søren L. Hansen
2021-04-10 21:17:50 -07:00
482 changed files with 478 additions and 258561 deletions

View File

@@ -9,7 +9,6 @@ gotty: main.go server/*.go webtty/*.go backend/*.go Makefile
docker:
docker build . -t gotty-bash:$(VERSION)
.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
go-bindata -prefix bindata -pkg server -ignore=\\.gitkeep -o server/asset.go bindata/...