From 86b58ef0dd728757a962d7c5790f71d32ffaf0a2 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 8 Jul 2005 14:41:09 +0000 Subject: [PATCH] delete object files in doxygen on cleanup git-svn-id: https://svn.dealii.org/trunk@11114 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/Makefile b/deal.II/examples/Makefile index f4faf91083..9dbca34e0c 100644 --- a/deal.II/examples/Makefile +++ b/deal.II/examples/Makefile @@ -20,7 +20,7 @@ run: $(addprefix run-,$(steps)) run-doxygen clean: -rm -f *~ */*~ */*.$(OBJEXT) */*gmv */*gnuplot */*gpl */*eps */*pov */*tex \ $(addsuffix $(EXEEXT),$(basename $(shell echo step-*/step-*.cc))) \ - doxygen/*.exe */Makefile.dep + doxygen/*.o doxygen/*.exe */Makefile.dep # for each build/run/clean target: strip the build- prefix of the -- 2.39.5