We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aebd91 commit dff3b57Copy full SHA for dff3b57
1 file changed
scripts/init.mk
@@ -47,7 +47,7 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the
47
48
_install-dependencies: # Install all the dependencies listed in .tool-versions
49
for plugin in $$(grep ^[a-z] .tool-versions | sed 's/[[:space:]].*//'); do
50
- make _install-dependency name="$${plugin}"
+ $(MAKE) _install-dependency name=$${plugin}; \
51
done
52
53
clean:: # Remove all generated and temporary files (common) @Operations
0 commit comments