From: wolf Date: Wed, 20 Apr 2005 15:44:10 +0000 (+0000) Subject: This is allowed to fail. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=739ba36ef72a385dd75de7ce25b78dd577ff45d7;p=dealii-svn.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