Commit 7e2befa1 by Iwasaki Yudai

Add `make resource` that simply generates app/resource.go

Easy to run when you don't want to build a binary.
1 parent 5eea5067
Showing with 4 additions and 2 deletions
gotty: resource.go main.go app/*.go
gotty: app/resource.go main.go app/*.go
go build
resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
resource: app/resource.go
app/resource.go: bindata/hterm.js bindata/index.html bindata/gotty.js
go-bindata -pkg app -ignore=\\.gitkeep -o app/resource.go bindata/
gofmt -w app/resource.go
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!