From 179bc77d2f804980f7874d0988d5423b274aefcf Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 18 Mar 2004 08:21:22 +0000 Subject: [PATCH] make clean also deletes abort.o git-svn-id: https://svn.dealii.org/trunk@8812 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5