]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Clean examples directory as well, when using `make clean'.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2000 07:48:30 +0000 (07:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 24 Jul 2000 07:48:30 +0000 (07:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@3196 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index 7a84591bdcfa0f0cf8e63d2b35b71cf74f00d391..b6da5647dcd6e19b7b5bf95aff25dd5efad5c464 100644 (file)
@@ -140,7 +140,7 @@ TAGS: $(filter-out %/forward_declarations.h,                                \
        @cd $D/common ; etags $^
 
 
-clean: clean-base clean-lac clean-dealII clean-doc
+clean: clean-base clean-lac clean-dealII clean-doc clean-examples
        -rm -f TODO common/TAGS
 
 clean-base:
@@ -155,8 +155,11 @@ clean-dealII:
 clean-doc:
        cd $D/doc ; $(MAKE) clean
 
+clean-examples:
+       cd $D/examples ; $(MAKE) clean
 
 
 .PHONY: base baseg lac lacg 1d 2d 3d 1dg 2dg 3dg all \
         online-doc printable-doc tex-doc \
-        clean clean-base clean-lac clean-dealII clean-doc TAGS TODO
+        clean clean-base clean-lac clean-dealII \
+       clean-doc clean-examples TAGS TODO

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.