aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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.