From 095dcd9b024d260b59c03894338ec7828c4f413c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 25 Nov 2018 15:18:56 +0100 Subject: Allow running tests using the latest kerl-built Erlang/OTP version --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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=" endif + +ifneq ($(strip $(LATEST_ERLANG_OTP)),) +include core/kerl.mk +endif -- cgit v1.2.3