From 8c711e405a6f539ae2349d26c11defeab5d14228 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 27 Jul 2022 05:25:36 -0400 Subject: [PATCH] correct make command line example --- examples/COUPLE/lammps_spparks/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/COUPLE/lammps_spparks/README b/examples/COUPLE/lammps_spparks/README index f967e20e8e..a8fc2140d6 100644 --- a/examples/COUPLE/lammps_spparks/README +++ b/examples/COUPLE/lammps_spparks/README @@ -31,7 +31,7 @@ spkpath.h contains path to SPPARKS home directory After editing the Makefile, lmppath.h, and spkpath.h to make them suitable for your box, type: -g++ -f Makefile.g++ +make -f Makefile.g++ and you should get the lmpspk executable.