star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit 87bca091bb61c150d9eb1259a4b08acb91de9da0
parent e81e4bd3d1088963c38f3170f80e1c4af17ebe74
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 19 Jul 2023 17:05:46 +0200

Update clean Makefile target

Delete the local pkg-config file generated for the tests

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

diff --git a/Makefile b/Makefile @@ -104,7 +104,7 @@ uninstall: all: build_library build_tests clean: clean_test - rm -f $(OBJ) $(TEST_OBJ) $(TEST_OBJ_S3D) $(LIBNAME) image.ppm .test smc.pc .config + rm -f $(OBJ) $(TEST_OBJ) $(TEST_OBJ_S3D) $(LIBNAME) .config .test image.ppm smc.pc smc-local.pc distclean: clean rm -f $(DEP) $(TEST_DEP) $(TEST_DEP_S3D)