1
0
Fork 0
matrix-alertmanager-receiver/Makefile

13 lines
105 B
Makefile
Raw Normal View History

2020-04-06 18:12:43 +02:00
NAME=matrix-alertmanager-receiver
all: build
getDeps:
go get -v
build:
go build
clean:
rm $(NAME)