Skip to content

Commit fd92bc5

Browse files
committed
make ninja task recoverable without rebuild
1 parent a6fdc01 commit fd92bc5

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
@@ -22,9 +22,9 @@ rewatch:
2222

2323
ninja/ninja:
2424
./scripts/buildNinjaBinary.js
25-
./scripts/copyExes.js --ninja
2625

2726
ninja: ninja/ninja
27+
./scripts/copyExes.js --ninja
2828

2929
test: build lib
3030
node scripts/test.js -all

0 commit comments

Comments
 (0)