Adding build & lib

I came across some errors with the new WHOIS update.  If I add the goWHOIS to the libs, then it compiles correctly.
Also I just added build for building the binary too.
This commit is contained in:
Phillip Moore 2014-07-21 07:45:30 -05:00 committed by Sean DuBois
parent 7a09197434
commit 05428257b3
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ default: run
run:
go run *.go
build:
go build *.go
libs:
go get github.com/gorilla/mux
go get github.com/Sean-Der/fail2go
go get github.com/Sean-Der/goWHOIS