Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 72d534a

Browse files
committedApr 16, 2025··
fix Makefile
`make test` behavior has been changed from #7391 unintendly
1 parent d037bac commit 72d534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ninja/ninja:
2626

2727
ninja: ninja/ninja
2828

29-
test: lib
29+
test: build lib
3030
node scripts/test.js -all
3131

3232
test-analysis:

0 commit comments

Comments
 (0)
Please sign in to comment.