mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2025-01-03 11:22:13 +01:00
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:
parent
7a09197434
commit
05428257b3
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue