Simplifying web game loop

This commit is contained in:
2012-12-18 22:03:26 -05:00
parent f86855d22d
commit 72b269650b
3 changed files with 16 additions and 10 deletions

View File

@@ -2,5 +2,5 @@
set -e
cd web_assets
go build .
go build -x .
./web_assets index.html | gofmt > ../web_assets.go