chore: Add "clean" section in Makefile

This commit is contained in:
ChronosX88 2019-08-18 18:32:19 +04:00
parent b8a47efc76
commit d898fc83df
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -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