fail2rest/Makefile
Phillip Moore 05428257b3 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.
2014-07-21 17:10:18 +00:00

12 lines
165 B
Makefile

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