aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-25 15:18:56 +0100
committerLoïc Hoguin <[email protected]>2018-11-25 15:18:56 +0100
commit095dcd9b024d260b59c03894338ec7828c4f413c (patch)
treea456f45e7148145e2313a17ed7fe38bd374b1180 /Makefile
parent77c0ec834fcf57aaf8460a515829066377756b63 (diff)
downloaderlang.mk-095dcd9b024d260b59c03894338ec7828c4f413c.tar.gz
erlang.mk-095dcd9b024d260b59c03894338ec7828c4f413c.tar.bz2
erlang.mk-095dcd9b024d260b59c03894338ec7828c4f413c.zip
Allow running tests using the latest kerl-built Erlang/OTP version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1aede8a..8f5af8a 100644
--- a/Makefile
+++ b/Makefile
@@ -115,3 +115,7 @@ else
install:
@echo "Usage: $(MAKE) install p=<package name>"
endif
+
+ifneq ($(strip $(LATEST_ERLANG_OTP)),)
+include core/kerl.mk
+endif