htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 568db904efed5d552ba9e73d794670d779787db9
parent 01206b85aac286a715c1673ddf7a86a0dab7ef00
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  9 May 2025 09:29:50 +0200

core: add missing Makefile target "lint"

It does nothing, but is supposed to be defined by the main Makefile.

Diffstat:
MMakefile.core | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.core b/Makefile.core @@ -158,3 +158,5 @@ clean: rm -f $(LIBNAME_SHARED) $(LIBNAME_STATIC) $(OBJ) $(DEP) rm -f libhtrdr-core.o .config_core htrdr-core.pc rm -f src/core/htrdr_args.h src/core/htrdr_version.h + +lint: # no lint