From: guido Date: Fri, 8 Jul 2005 14:41:09 +0000 (+0000) Subject: delete object files in doxygen on cleanup X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22705ce11ad21ebd82dc94366d396a867d4c9997;p=dealii-svn.git delete object files in doxygen on cleanup git-svn-id: https://svn.dealii.org/trunk@11114 0785d39b-7218-0410-832d-ea1e28bc413d --- 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