tMakefile: fix help text - werner - cellular automata simulation of wind-driven sand transport
 (HTM) git clone git://src.adamsgaard.dk/werner
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 9a4a9399c2588c8ae1b48437e608636dbfa653e4
 (DIR) parent c39141f36d19701d7859ea496aafb0cfb47671bc
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 26 Nov 2023 20:42:05 +0100
       
       Makefile: fix help text
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -13,7 +13,7 @@ printmat: printmat.o werner.o *.h
        build: initrnd iterate printmat Makefile
                @printf "The executables have been built.\n"
                @printf "Further options:\n"
       -        @printf "\tmake plot - generate the plot data\n"
       +        @printf "\tmake plots - generate the plot data\n"
                @printf "\tmake view - show the separate plot pictures\n"
                @printf "\tmake movie - show the plot as animation\n"
                @printf "Have fun!\n"