fix: use proper indentation in Makefile
This commit is contained in:
parent
51d849f267
commit
86d3710f17
4
Makefile
4
Makefile
|
@ -238,8 +238,8 @@ define gen-elixir-pkg-target
|
||||||
# the Elixir places the tar in a different path than Rebar3
|
# the Elixir places the tar in a different path than Rebar3
|
||||||
$1-elixir-pkg: $(COMMON_DEPS)
|
$1-elixir-pkg: $(COMMON_DEPS)
|
||||||
@env TAR_PKG_DIR=_build/$1-pkg \
|
@env TAR_PKG_DIR=_build/$1-pkg \
|
||||||
IS_ELIXIR=yes \
|
IS_ELIXIR=yes \
|
||||||
$(BUILD) $1-pkg pkg
|
$(BUILD) $1-pkg pkg
|
||||||
endef
|
endef
|
||||||
$(foreach pt,$(REL_PROFILES),$(eval $(call gen-elixir-pkg-target,$(pt))))
|
$(foreach pt,$(REL_PROFILES),$(eval $(call gen-elixir-pkg-target,$(pt))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue