star-line

Structure for accelerating line importance sampling
git clone git://git.meso-star.fr/star-line.git
Log | Files | Refs | README | LICENSE

commit a63890da6a336bf0fe43b4013b311e491696c13a
parent af18811c72023b7e4b8c061114fc8386b6cb1cfa
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 10 Mar 2026 18:24:44 +0100

By default, compile the tools

They were previously compiled when the "all" target was called. But
there was no reason for their status to differ from that of the library,
as both the library and the tools are prerequisites for installation.

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -25,8 +25,8 @@ LIBNAME_STATIC = libsln.a LIBNAME_SHARED = libsln.so LIBNAME = $(LIBNAME_$(LIB_TYPE)) -default: library -all: library tests utils +default: library utils +all: default tests ################################################################################ # Library building