From 10d5d2d0ed997fc1cba768e3c8f78eee55eb7ed0 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 May 2005 23:33:49 +0000 Subject: [PATCH] Add .d2 files for make clean. git-svn-id: https://svn.dealii.org/trunk@10643 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-18/Makefile b/deal.II/examples/step-18/Makefile index 7a697d4ed5..cc6478a4f8 100644 --- a/deal.II/examples/step-18/Makefile +++ b/deal.II/examples/step-18/Makefile @@ -30,7 +30,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov +clean-up-files = *gmv *gnuplot *gpl *eps *pov *d2 -- 2.39.5