rnatm

Load and structure data describing an atmosphere
git clone git://git.meso-star.fr/rnatm.git
Log | Files | Refs | README | LICENSE

commit 222bdd792cb7428658dffd15168aeb1af7637bb2
parent c8781620c50e9d00d34a49e408a2bd2585ba1fb3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 31 Oct 2023 12:35:56 +0100

Delete librnatm.o when invoking "make clean"

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

diff --git a/Makefile b/Makefile @@ -153,7 +153,8 @@ uninstall: all: build_library build_tests clean: clean_test - rm -f $(OBJ) $(LIBNAME) .config rnatm.pc rnatm-local.pc + rm -f $(OBJ) $(LIBNAME) + rm -f .config librnatm.o rnatm.pc rnatm-local.pc distclean: clean rm -f $(DEP) src/test_rnatm.d