We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f72a7 commit f531aafCopy full SHA for f531aaf
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