mirror of
https://github.com/Sean-Der/fail2rest.git
synced 2024-12-22 13:42:17 +01:00
05428257b3
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.
12 lines
165 B
Makefile
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
|