Skip to content

Commit 03c7894

Browse files
committed
revising makefile for use with fstar2
1 parent d7a8f9e commit 03c7894

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

krmllib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ ifneq ($(RESOURCEMONITOR),)
3939
endif
4040

4141
FSTAR = $(RUNLIM) $(FSTAR_EXE) $(FSTAR_OPTIONS) --cache_dir obj \
42-
$(addprefix --include , $(INCLUDE_PATHS)) --cmi \
42+
$(addprefix --include , $(INCLUDE_PATHS)) \
4343
--already_cached 'Prims FStar -FStar.Krml.Endianness LowStar -LowStar.Lib'
4444

4545
# Note: not compatible with the OPAM layout until fstar can be queried for the
4646
# location of ulib.
4747
ROOTS = $(wildcard *.fst) $(wildcard *.fsti) $(wildcard ../runtime/*.fst) \
4848
FStar.UInt128.fst FStar.Date.fsti \
49-
FStar.HyperStack.IO.fst FStar.IO.fsti FStar.Int.Cast.Full.fst \
49+
FStar.IO.fsti FStar.Int.Cast.Full.fst \
5050
FStar.Bytes.fsti FStar.Dyn.fsti LowStar.Printf.fst LowStar.Endianness.fst
5151

5252
.PHONY: clean clean-c

0 commit comments

Comments
 (0)