From 09067cd07a4d8fcba6c7578e34a6338fc71b4a2d Mon Sep 17 00:00:00 2001 From: Borys Pierov Date: Sat, 22 Jun 2019 00:24:34 -0400 Subject: [PATCH] Makefile nuild to produce para-dev instead of para to avoid conflict with para launcnher --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ac5569..991883d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .terraform *.tfstate *.tf - +para-dev release \ No newline at end of file diff --git a/Makefile b/Makefile index 80779c6..b15681a 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ test: .PHONY: build build: - GOPROXY="off" GOFLAGS="-mod=vendor" go build -o $(NAME) + GOPROXY="off" GOFLAGS="-mod=vendor" go build -o $(NAME)-dev .PHONY: run run: