star-line

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

commit 6393ee7a0d0488de0a349422b7774d2e7f8da569
parent e667ad29cad1d9d9624a76a989671ce40d51a86a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 29 Jan 2026 09:12:47 +0100

Rm "utils" prerequisite from the "all" makefile target

It does not exist.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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