From: deal Date: Mon, 30 Apr 2001 16:42:51 +0000 (+0000) Subject: Allow clean target to fail. X-Git-Tag: v8.0.0~19278 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=988ecfd3e0c74470f46964f2a61c59c43ddecf2a;p=dealii.git Allow clean target to fail. git-svn-id: https://svn.dealii.org/trunk@4510 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index f43f1d21cd..6ba78e50d5 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -1,5 +1,5 @@ ###################################################################### -# $Id$ +# Makefile.rules,v 1.11 2001/04/24 13:18:09 wolf Exp # # Copyright (C) 2001, the deal.II authors # @@ -121,10 +121,10 @@ run-tests: $(sort $(tests:%=%.check)) ############################################################ clean: - rm -f Makefile.depend *.o *.go *.output + -rm -f Makefile.depend *.o *.go *.output veryclean: clean - rm -f *.exe *.testcase *.inp *.gpl *.eps *.gnuplot + -rm -f *.exe *.testcase *.inp *.gpl *.eps *.gnuplot