diff --git a/Makefile b/Makefile index 72c1094..ee4e66b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ all: cd cmd; \ go build -o ../signaller; - install: go install github.com/nxshock/signaller/cmd update-deps: @@ -11,3 +10,5 @@ test: update-deps go get github.com/mattn/goveralls go test ./... -v -covermode=count -coverprofile=coverage.out $(HOME)/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci +clean: + rm signaller \ No newline at end of file