diff --git a/Makefile b/Makefile index 4180eb3..8ae0bd6 100644 --- a/Makefile +++ b/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