Skip to content

Commit

Permalink
Makefile nuild to produce para-dev instead of para to avoid conflict …
Browse files Browse the repository at this point in the history
…with para launcnher
  • Loading branch information
ashald committed Jun 22, 2019
1 parent 1f0825d commit 09067cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.terraform
*.tfstate
*.tf

para-dev
release
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 09067cd

Please sign in to comment.