aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-01-09 16:24:35 +0100
committerLoïc Hoguin <[email protected]>2023-01-09 16:24:35 +0100
commit5d6bb5b1ea0f1b9dfebd64d2cddb735a8d4cb272 (patch)
tree6081864dcbf9a774aca65a967b55c70af483f556
parentcd07fe9f4dcd8db5411904e6d616f93aaac16dbd (diff)
downloadcowlib-5d6bb5b1ea0f1b9dfebd64d2cddb735a8d4cb272.tar.gz
cowlib-5d6bb5b1ea0f1b9dfebd64d2cddb735a8d4cb272.tar.bz2
cowlib-5d6bb5b1ea0f1b9dfebd64d2cddb735a8d4cb272.zip
Also rebuild proper for OTP/25
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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.