[cig-commits] [commit] devel: added removal of *__genmod.f90 to "make clean" (0ce656a)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Sun Mar 9 19:41:35 PDT 2014


Repository : ssh://geoshell/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/4a31b45795d21354e41da80d67e7182b9d08240e...0ce656aec6bba87316bf2a8e00c661040a8afef7

>---------------------------------------------------------------

commit 0ce656aec6bba87316bf2a8e00c661040a8afef7
Author: Dimitri Komatitsch <komatits at users.noreply.github.com>
Date:   Mon Mar 10 03:41:34 2014 +0100

    added removal of *__genmod.f90 to "make clean"


>---------------------------------------------------------------

0ce656aec6bba87316bf2a8e00c661040a8afef7
 Makefile.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index dfba6ce..9915c6c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,3 @@
-
 #========================================================================
 #
 #                   S P E C F E M 2 D  Version 7 . 0
@@ -99,7 +98,7 @@ xadj_seismogram:
 
 
 clean:
-	rm -rf obj/* bin/* src/meshfem2D/*.mod src/specfem2D/*.mod
+	rm -rf obj/* bin/* src/meshfem2D/*.mod src/specfem2D/*.mod src/meshfem2D/*__genmod.f90 src/specfem2D/*__genmod.f90
 	$(MAKE) -C src/meshfem2D/scotch/src realclean
 
 help:



More information about the CIG-COMMITS mailing list