diff --git a/Makefile b/Makefile index 52149c0..84d4e09 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ all: go test ./... - cd cmd - go build + go build github.com/nxshock/signaller/cmd update-deps: go mod tidy