mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-23 10:52:23 +00:00
chore: Add "clean" section in Makefile
This commit is contained in:
parent
b8a47efc76
commit
d898fc83df
3
Makefile
3
Makefile
@ -1,7 +1,6 @@
|
|||||||
all:
|
all:
|
||||||
cd cmd; \
|
cd cmd; \
|
||||||
go build -o ../signaller;
|
go build -o ../signaller;
|
||||||
|
|
||||||
install:
|
install:
|
||||||
go install github.com/nxshock/signaller/cmd
|
go install github.com/nxshock/signaller/cmd
|
||||||
update-deps:
|
update-deps:
|
||||||
@ -11,3 +10,5 @@ test: update-deps
|
|||||||
go get github.com/mattn/goveralls
|
go get github.com/mattn/goveralls
|
||||||
go test ./... -v -covermode=count -coverprofile=coverage.out
|
go test ./... -v -covermode=count -coverprofile=coverage.out
|
||||||
$(HOME)/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
|
$(HOME)/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
|
||||||
|
clean:
|
||||||
|
rm signaller
|
Loading…
Reference in New Issue
Block a user