rngrd

Describe a surface and its physical properties
git clone git://git.meso-star.fr/rngrd.git
Log | Files | Refs | README | LICENSE

commit ea1cef04ce8e668f891655802d52c80d61c99034
parent ca878129a100bb5848fbb4bae61aa5a574e9588d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 31 Oct 2023 12:14:32 +0100

Delete librngrd.o when invoking "make clean"

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

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