aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEnrico Tassi2018-05-31 10:01:02 +0200
committerEnrico Tassi2018-05-31 10:01:02 +0200
commit0e54e2f1ea103b8ba05f4b8bc3ab460dd8eb4393 (patch)
tree4098c0817de231f6d81d0a1023822b588f726500 /Makefile
parent3440a9fcc0690b66ff57a693b61dd6ccb13582c0 (diff)
parent21b7b67e7a6e9d4c4afaf13f2b77bab116709465 (diff)
Merge PR #7633: [Makefile] New target “install-merlin”
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38be3013de..6291024fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ export MLLIBFILES := $(call find, '*.mllib')
export MLPACKFILES := $(call find, '*.mlpack')
export ML4FILES := $(call find, '*.ml4')
export CFILES := $(call findindir, 'kernel/byterun', '*.c')
+export MERLINFILES := $(call find, '.merlin')
# NB: The lists of currently existing .ml and .mli files will change
# before and after a build or a make clean. Hence we do not export