mrumtl

Describe materials that vary spectrally
git clone git://git.meso-star.fr/mrumtl.git
Log | Files | Refs | README | LICENSE

commit 9d9543a5ada1915cc53cf0b762dc8d9e318a8990
parent 5846982604cbb6cdbd84ba29540bc7a386630459
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 30 Oct 2023 15:23:36 +0100

Delte libmrumtl.o when invoking make clean

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

diff --git a/Makefile b/Makefile @@ -100,7 +100,8 @@ uninstall: all: build_library build_tests clean: clean_test - rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) .config .test mrumtl.pc mrumtl-local.pc + rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) + rm -f .config .test libmrumtl.o mrumtl.pc mrumtl-local.pc distclean: clean rm -f $(DEP) $(TEST_DEP)