From a58898c9eb5ffe7aad59a60ea46ee121154440dd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 6 Aug 2015 13:28:54 -0700 Subject: [PATCH] flip around variable setting to match the sentence where it is described --- using_make_for_science.Rnw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/using_make_for_science.Rnw b/using_make_for_science.Rnw index 4513c11..2fee8e9 100644 --- a/using_make_for_science.Rnw +++ b/using_make_for_science.Rnw @@ -200,8 +200,8 @@ TARGETS: PREREQUISITES value is assigned at the moment the variable is created \end{itemize} \item Variables can come from the environment and can be overridden on - the command line: \mintinline{shell}{make FOO=bleargh} or - \mintinline{shell}{FOO=blah make}. + the command line: \mintinline{shell}{FOO=blah make} or + \mintinline{shell}{make FOO=bleargh}. \item \mintinline{make}{$@} -- target name %$ \item \mintinline{make}{$*} -- current stem %$ \item \mintinline{make}{$^} -- all prerequisites %$ -- 2.39.2