X-Git-Url: https://git.donarmstrong.com/?p=using_make_for_science.git;a=blobdiff_plain;f=using_make_for_science.Rnw;fp=using_make_for_science.Rnw;h=2fee8e94ee34bcf3f56847ca8f9112ef4054a53d;hp=4513c1101655e344357f5326fd3cb35eb6388caf;hb=a58898c9eb5ffe7aad59a60ea46ee121154440dd;hpb=18243c36fa98d8dccb0e7a496b842c66edd72b59 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 %$