From 5d6bb5b1ea0f1b9dfebd64d2cddb735a8d4cb272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 9 Jan 2023 16:24:35 +0100 Subject: Also rebuild proper for OTP/25 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce45967..c499041 100644 --- a/Makefile +++ b/Makefile @@ -60,10 +60,11 @@ include erlang.mk TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' +'{parse_transform, horse_autoexport}' -# Always rebuild horse because OTP-25.0+ can't use the older build. +# Always rebuild proper/horse because OTP-25.0+ can't use the older build. ci-setup:: -$(MAKE) -C $(DEPS_DIR)/horse clean + -$(MAKE) -C $(DEPS_DIR)/proper clean # Mimetypes module generator. -- cgit v1.2.3