diff --git a/macOS/Makefile b/macOS/Makefile index f7c4fb3cf..3a51bd58a 100644 --- a/macOS/Makefile +++ b/macOS/Makefile @@ -1,4 +1,4 @@ -# Copyright © 2019 Dynare Team +# Copyright © 2019-2023 Dynare Team # # This file is part of Dynare. # @@ -17,7 +17,7 @@ .PHONY: all deps clean-deps clean clean-all build -NTHREADS=$(shell nproc) +NTHREADS=$(shell sysctl -n hw.ncpu) all: build