summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJon French2019-02-13 12:27:48 +0000
committerJon French2019-02-13 12:27:48 +0000
commitea39b3c674570ce5eea34067c36d5196ca201f83 (patch)
tree516e7491bc32797a4d0ac397ea47387f2b16cf1b /Makefile
parentab3f3671d4dd682b2aee922d5a05e9455afd5849 (diff)
parent24fc989891ad266eae642815646294279e2485ca (diff)
Merge branch 'sail2' into rmem_interpreter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e42b0dba..dfe950de 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,10 @@ isail:
$(MAKE) -C src isail
ln -f -s src/isail.native sail
+coverage:
+ $(MAKE) -C src coverage
+ ln -f -s src/isail.native sail
+
install:
if [ -z "$(SHARE_DIR)" ]; then echo SHARE_DIR is unset; false; fi
mkdir -p $(INSTALL_DIR)/bin