diff options
| author | Brian Campbell | 2019-02-01 11:57:18 +0000 |
|---|---|---|
| committer | Brian Campbell | 2019-02-01 12:25:18 +0000 |
| commit | 2bb0bc45b6aa4f02b4e88d14a82baa64747cd483 (patch) | |
| tree | 5e10f6b92d49af36c5fdbe972947946bb148d15e /lib/hol/Makefile | |
| parent | e1d33221ea068b452b3862c4dcc5a2794ffc7236 (diff) | |
Make hol libraries use opam Lem library by default
Diffstat (limited to 'lib/hol/Makefile')
| -rw-r--r-- | lib/hol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/hol/Makefile b/lib/hol/Makefile index 783ef23d..204328d4 100644 --- a/lib/hol/Makefile +++ b/lib/hol/Makefile @@ -1,3 +1,5 @@ +LEM_DIR?=$(shell opam config var lem:share)/hol-lib + LEMSRC = \ ../../src/lem_interp/sail2_instr_kinds.lem \ ../../src/gen_lib/sail2_values.lem \ @@ -25,7 +27,7 @@ $(SCRIPTS): $(LEMSRC) lem -hol -outdir . -auxiliary_level none -lib ../../src/lem_interp -lib ../../src/gen_lib $(LEMSRC) $(THYS) sail-heap: $(SCRIPTS) - Holmake + LEM_DIR=$(LEM_DIR) Holmake # Holmake will also clear out the generated $(SCRIPTS) files clean: |
