From 86d3710f179ae3a65e192cbf44baaf35bc157670 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 12 Dec 2022 10:32:16 +0300 Subject: [PATCH] fix: use proper indentation in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 503889acb..cb26a2529 100644 --- a/Makefile +++ b/Makefile @@ -238,8 +238,8 @@ define gen-elixir-pkg-target # the Elixir places the tar in a different path than Rebar3 $1-elixir-pkg: $(COMMON_DEPS) @env TAR_PKG_DIR=_build/$1-pkg \ - IS_ELIXIR=yes \ - $(BUILD) $1-pkg pkg + IS_ELIXIR=yes \ + $(BUILD) $1-pkg pkg endef $(foreach pt,$(REL_PROFILES),$(eval $(call gen-elixir-pkg-target,$(pt))))