Skip to content

Commit 5eb30c6

Browse files
committed
debug
Signed-off-by: yuluo-yx <[email protected]>
1 parent 7b46030 commit 5eb30c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make/tools.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ $(tools.bindir)/%: $(tools.srcdir)/%/package.json
3939
mkdir -p $(@D)
4040
cd $(<D) && npm install
4141
ln -sf $(<D)/node_modules/.bin/$* $@
42+
ls -ahl tools/bin
4243

4344
tools.clean: # Remove all tools
4445
@$(LOG_TARGET)

0 commit comments

Comments
 (0)