From 5ecd6d6e39daab3aae0a459aa544cb30514ee5b8 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 5 May 1999 11:36:32 +0000 Subject: [PATCH] minor improvements git-svn-id: https://svn.dealii.org/trunk@1274 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lac/Makefile b/tests/lac/Makefile index 5206a20f89..ac8fcdb906 100644 --- a/tests/lac/Makefile +++ b/tests/lac/Makefile @@ -41,7 +41,7 @@ libraries = $(libs) flags = $(CXXFLAGS.o) $(CXXFLAGS) endif -all: solver mgbase mg +all: solver mgbase mg benchmark ############################################################ # Typical block for building a running program @@ -139,10 +139,10 @@ target1: $(target1-o-files) $(libraries) ############################################################ clean: - rm -f *.o *.go + rm -f *.o *.go *.output veryclean: clean - rm -f solver *.inp *.gpl *.eps *.gnuplot + rm -f solver mgbase mg benchmark *.inp *.gpl *.eps *.gnuplot ############################################################ # Automatic generation of dependencies -- 2.39.5