From b537914bbea4aedb7ea8f1e7a730901733a70349 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 17 Sep 2002 22:12:05 +0000 Subject: [PATCH] new target for sparse_matrices in optimized mode git-svn-id: https://svn.dealii.org/trunk@6448 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lac/Makefile b/tests/lac/Makefile index 63f23b2ce6..18d2e715e4 100644 --- a/tests/lac/Makefile +++ b/tests/lac/Makefile @@ -27,6 +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) 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