Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: fix help text - werner - cellular automata simulation of wind-driven…
git clone git://src.adamsgaard.dk/werner
Log
Files
Refs
LICENSE
---
commit 9a4a9399c2588c8ae1b48437e608636dbfa653e4
parent c39141f36d19701d7859ea496aafb0cfb47671bc
Author: Anders Damsgaard <[email protected]>
Date: Sun, 26 Nov 2023 20:42:05 +0100
Makefile: fix help text
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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"
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.