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 7b46030 commit 5eb30c6Copy full SHA for 5eb30c6
tools/make/tools.mk
@@ -39,6 +39,7 @@ $(tools.bindir)/%: $(tools.srcdir)/%/package.json
39
mkdir -p $(@D)
40
cd $(<D) && npm install
41
ln -sf $(<D)/node_modules/.bin/$* $@
42
+ ls -ahl tools/bin
43
44
tools.clean: # Remove all tools
45
@$(LOG_TARGET)
0 commit comments