From d5ccac5232bba7de58385bea383d4a01d69edcdb Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 17 Sep 2002 22:14:15 +0000 Subject: [PATCH] new target for sparse_matrices in optimized mode ii git-svn-id: https://svn.dealii.org/trunk@6449 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lac/Makefile b/tests/lac/Makefile index 18d2e715e4..0d145854a8 100644 --- a/tests/lac/Makefile +++ b/tests/lac/Makefile @@ -27,7 +27,7 @@ full_matrix.exe : full_matrix.go $(li matrix_out.exe : matrix_out.go $(libraries) solver.exe : solver.go testmatrix.go $(libraries) sparse_matrices.exe : sparse_matrices.go testmatrix.go $(libraries) -sparse_matrices.opt : sparse_matrices.o testmatrix.o $(libraries_o) +sparse_matrices.opt.exe : sparse_matrices.o testmatrix.o $(libraries_o) sparsity_pattern.exe : sparsity_pattern.go testmatrix.go $(libraries) sparse_ilu.exe : sparse_ilu.go testmatrix.go $(libraries) vector-vector.exe : vector-vector.go $(libraries) -- 2.39.5