diff --git a/Makefile b/Makefile index 254a4b0f9..f117d5e9d 100644 --- a/Makefile +++ b/Makefile @@ -317,6 +317,8 @@ $(foreach tt,$(ALL_ELIXIR_TGZS),$(eval $(call gen-elixir-tgz-target,$(tt)))) fmt: $(REBAR) @$(SCRIPTS)/erlfmt -w 'apps/*/{src,include,priv,test,integration_test}/**/*.{erl,hrl,app.src,eterm}' @$(SCRIPTS)/erlfmt -w 'rebar.config.erl' + @$(SCRIPTS)/erlfmt -w '$(SCRIPTS)/**/*.escript' + @$(SCRIPTS)/erlfmt -w 'bin/**/*.escript' @mix format .PHONY: clean-test-cluster-config