From 12b21c90cfe4168ba283d3a7a9b09e3e646a5769 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Thu, 27 Jun 2024 09:45:32 -0400 Subject: [PATCH] Remove support for ~/.config makefile inclusion --- makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/makefile b/makefile index 7fd6542b617..40ff060e652 100644 --- a/makefile +++ b/makefile @@ -2,16 +2,12 @@ # Stan # ----------------- # -# To customize your build, set make variables in either: -# ~/.config/stan/make.local -# make/local -# Variables in make/local is loaded after ~/.config/stan/make.local +# To customize your build, set make variables in make/local ## 'help' is the default make target. help: --include $(HOME)/.config/stan/make.local # user-defined variables -include make/local # user-defined variables MATH ?= lib/stan_math/