Skip to content

Commit 6d35acf

Browse files
committed
make rewatch default for building the runtime
1 parent 4b37247 commit 6d35acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ test-all: test test-gentype test-analysis test-tools test-rewatch
5454
reanalyze:
5555
reanalyze.exe -set-exit-code -all-cmt _build/default/compiler _build/default/tests -exclude-paths compiler/outcome_printer,compiler/ml,compiler/frontend,compiler/ext,compiler/depends,compiler/core,compiler/common,compiler/cmij,compiler/bsb_helper,compiler/bsb
5656

57-
lib:
57+
lib-bsb:
5858
./scripts/buildRuntime.sh
5959
./scripts/prebuilt.js
6060

61-
lib-rewatch:
61+
lib:
6262
./scripts/buildRuntimeRewatch.sh
6363
./scripts/prebuilt.js
6464

0 commit comments

Comments
 (0)