Skip to content

Commit

Permalink
Merge pull request #3295 from stan-dev/fix/remove-HOME-makefile-inclu…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
WardBrian authored Aug 26, 2024
2 parents 658755b + 12b21c9 commit a582c80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit a582c80

Please sign in to comment.