diff options
| author | Thomas Bauereiss | 2019-01-31 14:42:29 +0000 |
|---|---|---|
| committer | Thomas Bauereiss | 2019-01-31 14:42:29 +0000 |
| commit | ccc11a48d38f634f98853fe940d1d484bb7b7fe8 (patch) | |
| tree | 2cccae27eb9debb3b8054d04906f1d8034590a9b /lib | |
| parent | 6070a0775d61a1551b8e2c1ca2ff7e39f2ba32f4 (diff) | |
Build Isabelle heap image instead of just running session
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/isabelle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isabelle/Makefile b/lib/isabelle/Makefile index 039a81f1..465b4c36 100644 --- a/lib/isabelle/Makefile +++ b/lib/isabelle/Makefile @@ -21,7 +21,7 @@ heap-img: thys $(EXTRA_THYS) ROOT ifeq ($(wildcard $(LEM_ISA_LIB)/ROOT),) $(error isabelle-lib directory of Lem not found. Please set the LEM_ISA_LIB environment variable) endif - isabelle build -d $(LEM_ISA_LIB) -D . + isabelle build -b -d $(LEM_ISA_LIB) -D . manual: heap-img manual/Manual.thy manual/ROOT manual/document/root.tex cp output/document/session_graph.pdf manual/document/Sail_session_graph.pdf |
