diff --git a/Makefile b/Makefile index 03b7e9f..6f52c97 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -NAME=matrix-alertmanager-receiver +NAME=yggdrasil-http-proxy +PREFIX?=/usr/local all: build @@ -8,5 +9,8 @@ getDeps: build: go build +install: build + install -m 0755 $(NAME) $(PREFIX)/bin/$(NAME) + clean: rm $(NAME)