diff options
| author | Jon French | 2019-02-03 17:50:01 +0000 |
|---|---|---|
| committer | Jon French | 2019-02-03 17:50:01 +0000 |
| commit | ab3f3671d4dd682b2aee922d5a05e9455afd5849 (patch) | |
| tree | d951e1beac8fa0af18c71e6c33879925b2707049 /lib/hol/Makefile | |
| parent | bce4ee6000254c368fc83cdf62bdcdb9374b9691 (diff) | |
| parent | 4f45f462333c5494a84886677bc78a49c84da081 (diff) | |
Merge branch 'sail2' into rmem_interpreter
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..c863a05b 100644 --- a/lib/hol/Makefile +++ b/lib/hol/Makefile @@ -1,3 +1,5 @@ +LEM_DIR?=$(shell opam config var lem:share) + 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: |
