From: Wolfgang Bangerth Date: Wed, 20 Apr 2005 15:44:10 +0000 (+0000) Subject: This is allowed to fail. X-Git-Tag: v8.0.0~14019 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01584ea3b96208b434fb947cce8578fbc652cccf;p=dealii.git This is allowed to fail. git-svn-id: https://svn.dealii.org/trunk@10536 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/doxygen/Makefile b/deal.II/examples/doxygen/Makefile index 350190488f..38e5925f62 100644 --- a/deal.II/examples/doxygen/Makefile +++ b/deal.II/examples/doxygen/Makefile @@ -39,4 +39,4 @@ product_matrix.exe: product_matrix.o $(lib-base.g) $(lib-lac.g) ###################################################################### clean: - rm *~ *.o *.exe + -rm *~ *.o *.exe