star-hitran

Load line-by-line data from the HITRAN database
git clone git://git.meso-star.fr/star-hitran.git
Log | Files | Refs | README | LICENSE

commit 1a9b9a6db4d011d41dd40d57dba65a3f38cb339d
parent b92a651b030bebdb1b7038f91e387bd626dd4243
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sat,  7 Mar 2026 13:07:40 +0100

The shtr tool is now compiled by default.

Previously, it was only compiled when the "all" target was called.

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

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