From 22705ce11ad21ebd82dc94366d396a867d4c9997 Mon Sep 17 00:00:00 2001 From: guido 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