summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJon French2019-02-03 17:50:01 +0000
committerJon French2019-02-03 17:50:01 +0000
commitab3f3671d4dd682b2aee922d5a05e9455afd5849 (patch)
treed951e1beac8fa0af18c71e6c33879925b2707049 /Makefile
parentbce4ee6000254c368fc83cdf62bdcdb9374b9691 (diff)
parent4f45f462333c5494a84886677bc78a49c84da081 (diff)
Merge branch 'sail2' into rmem_interpreter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 12684d91..e42b0dba 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,8 @@ install:
mkdir -p $(INSTALL_DIR)/bin
cp src/isail.native $(INSTALL_DIR)/bin/sail
mkdir -p $(SHARE_DIR)
+ make -C lib/isabelle all
+ make -C lib/hol all-scripts
cp -r lib $(SHARE_DIR)
mkdir -p $(SHARE_DIR)/src
cp src/elf_loader.ml $(SHARE_DIR)/src
@@ -40,9 +42,6 @@ archs:
$(MAKE) -C "$$arch" || exit;\
done
-isabelle-lib:
- $(MAKE) -C isabelle-lib
-
apply_header:
$(MAKE) clean
headache -c etc/headache_config -h etc/mips_header `ls mips/*.sail`
@@ -73,4 +72,4 @@ clean:
for subdir in src arm ; do\
$(MAKE) -C "$$subdir" clean;\
done
- -rm sail
+ rm -f sail