tests/Makefile

changeset 773
bbf2f18b3818
parent 770
ed710122af44
child 777
e5b29e6f0615
     1.1 --- a/tests/Makefile	Wed Dec 27 16:16:11 2023 +0100
     1.2 +++ b/tests/Makefile	Wed Dec 27 16:18:10 2023 +0100
     1.3 @@ -35,7 +35,7 @@
     1.4  all: $(TEST_DIR) $(TEST_DIR)/ucxtest
     1.5  
     1.6  $(TEST_DIR)/ucxtest: $(OBJ) $(build_dir)/libucx_static.a
     1.7 -	$(CC) -o $@ $+
     1.8 +	$(CC) -o $@ $(LDFLAGS) $+
     1.9  
    1.10  $(build_dir)/libucx_static.a:
    1.11  	test -f "$@"

mercurial