mirror of
https://github.com/signaller-matrix/signaller.git
synced 2024-11-23 02:42:20 +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:
|
||||
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
|
Loading…
Reference in New Issue
Block a user