From: hartmann Date: Thu, 18 Mar 2004 08:21:22 +0000 (+0000) Subject: make clean also deletes abort.o X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179bc77d2f804980f7874d0988d5423b274aefcf;p=dealii-svn.git make clean also deletes abort.o git-svn-id: https://svn.dealii.org/trunk@8812 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile b/tests/Makefile index f6390a2707..880a152d82 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -98,7 +98,10 @@ resultname: @echo $(TARGET)+$(GXX-VERSION) clean: clean-base clean-lac clean-deal.II clean-fe clean-bits + -rm -f abort.o + distclean: distclean-base distclean-lac distclean-deal.II distclean-fe distclean-bits + -rm -f abort.o clean-base: cd base ; $(MAKE) clean