aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d68ba33..2fe339b 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,9 @@ AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
AUTO_CI_WINDOWS ?= OTP-21+
-# Always rebuild deps in CI because OTP-25.0+ can't use the older build.
+# Always rebuild from scratch in CI because OTP-25.0+ can't use the older build.
-ci-setup:: distclean-deps
+ci-setup:: distclean
# Hex configuration.