Proper cleaning.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@11579 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
spigafi 2015-06-16 14:28:07 +00:00
parent e4d021462f
commit feaa0c91ed
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ clean : doc_clean
CPV Modules PP PW \
ACFDT COUPLE GWW XSpectra \
clib flib pwtools upftools \
dev-tools extlibs Environ \
dev-tools extlibs Environ TDDFPT \
; do \
if test -d $$dir ; then \
( cd $$dir ; \

View File

@ -90,7 +90,7 @@ tldeps :
( cd ../.. ; $(MAKE) $(TLDEPS) || exit 1 ) ; fi
clean :
- /bin/rm -f ../bin/turbo_lanczos.x ../bin/turbo_davidson.x ../bin/turbo_eels.x *.x *.o *~ *.d *.mod *.i work.pc *.a
- /bin/rm -f ../bin/turbo_lanczos.x ../bin/turbo_davidson.x ../bin/turbo_eels.x *.x *.o *~ *.d *.mod *.i work.pc *.a *.F90
include make.depend