rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

commit 205a891bb0f8faba424020b174d0a1a4cce0b1cb
parent 3442ad84df86404f40442dd7aaa87089bb2ddbe1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 19 Jul 2023 11:35:05 +0200

Update clean Makefile target

Delete the local pkg-config file generated for the tests and the .test
file generated by the make.sh script that defines the test_bin target
and the tests dependency on their object file.

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

diff --git a/Makefile b/Makefile @@ -73,7 +73,7 @@ $(LIBNAME_STATIC): $(OBJ) all: build_library build_tests clean__: clean_test - rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) rsimd.pc .config .simd + rm -f $(OBJ) $(TEST_OBJ) $(LIBNAME) rsimd.pc rsimd-local.pc .config .simd .test distclean__: clean__ rm -f $(DEP) $(TEST_DEP) .test