refactor build, gitignore

This commit is contained in:
Christine Dodrill 2015-07-31 01:52:36 -07:00
parent a864333bc2
commit 46ceb8ef8e
2 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -23,3 +23,6 @@ _testmain.go
# Data, etc
/data
/bin
/pkg

View File

@ -1,5 +1,11 @@
#!/bin/sh
set -e
set -x
source ./env.sh
mkdir bin ||:
cdbin
go build stevenbooru.cf/cmd/...