htgop

Optical properties of a gas mixture
git clone git://git.meso-star.fr/htgop.git
Log | Files | Refs | README | LICENSE

commit 1cb864af16241eb79d55ed14c33a4df37bdf710c
parent 6f1ac462ec9fe92640698408b1d0374a8561bdd0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 30 Oct 2023 12:23:40 +0100

Delete libhtgop.o when invoking make clean

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

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