From e204eee1bc6c2f781b71ae63bb61b9e13e92772c Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Thu, 14 Sep 2023 17:26:59 +0200 Subject: [PATCH] fix build in makefile --- .gitignore | 1 + Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a0a3488545..e83a69a504 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ release/ docs/tla/states/ *.out vendor/ +build/ .vscode .idea diff --git a/Makefile b/Makefile index ac7c38f068..a65db076ab 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,8 @@ mockgen_cmd=go run github.com/golang/mock/mockgen mocks: $(mockgen_cmd) -package=keeper -destination=testutil/keeper/mocks.go -source=x/ccv/types/expected_keepers.go + +BUILDDIR ?= $(CURDIR)/build BUILD_TARGETS := build build: BUILD_ARGS=-o $(BUILDDIR)/