rsimd

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

commit 2ddf597b2f74e6c09e13de4febac3fea4522148c
parent a610f016e2fe7260b54616ce0ab139b215e86972
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 30 Jun 2023 16:27:24 +0200

Remove an indirection on the test target prerequisites

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

diff --git a/Makefile b/Makefile @@ -189,7 +189,7 @@ build_tests__: build_library $(TEST_DEP) .test .simd @$(MAKE) -f.simd -fMakefile -f.test \ $$(for i in $(TEST_DEP); do echo -f"$${i}"; done) test_bin -test__: build_tests +test__: build_tests__ @$(SHELL) make.sh run_test $(TEST_SRC) .test__: Makefile make.sh