From be16f29254bdd8a3c69b5638c69d2714c73fa0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 7 Jan 2021 20:46:40 +0100 Subject: [PATCH] README: fix typo [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53c26bb395..f9f2272ee3 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ autoreconf -si ``` - Configure Dynare from the source directory: ```sh -./configure --with-matlab=<…> CC=gcc-10 CXX=g++-10 CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib` LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison' +./configure --with-matlab=<…> CC=gcc-10 CXX=g++-10 CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison ``` where the path to MATLAB is specified, typically of the form `/Applications/MATLAB_R2020b.app`. If you don’t have MATLAB, simply replace -- GitLab