Skip to content

Commit fb55c5e

Browse files
committed
another shortcut in the makefile
1 parent 0229434 commit fb55c5e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ clean:
2323
1:
2424
$(MAKE) -C src/ocaml-output
2525

26+
# Bootstrap just the compiler, not the library and tests;
27+
# fastest way to incrementally build a patch to the compiler
28+
boot:
29+
$(MAKE) -C src/ ocaml
30+
$(MAKE) -C src/ocaml-output ../../bin/fstar.exe
31+
2632
# Generate a new OCaml snapshot
2733
2:
2834
$(MAKE) -C src fstar-ocaml

0 commit comments

Comments
 (0)