Skip to content

Commit 72d534a

Browse files
committed
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

+1-1
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)