We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8936d97 commit 3032ee4Copy full SHA for 3032ee4
1 file changed
scripts/init.mk
@@ -48,6 +48,7 @@ _install-dependency: # Install asdf dependency - mandatory: name=[listed in the
48
_install-dependencies: # Install all the dependencies listed in .tool-versions
49
for plugin in $$(grep '^[a-z]' .tool-versions | cut -f1 -d' '); do \
50
echo "Installing $${plugin}..."; \
51
+ make _install-dependency name="$${plugin}"; \
52
done
53
54
clean:: # Remove all generated and temporary files (common) @Operations
0 commit comments