"make clean" remove neb.x

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7077 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
degironc 2010-09-09 19:15:17 +00:00
parent 0c10a79a7f
commit 059309ff56
1 changed files with 1 additions and 1 deletions

View File

@ -51,6 +51,6 @@ tldeps:
test -n "$(TLDEPS)" && ( cd .. ; $(MAKE) $(MFLAGS) $(TLDEPS) || exit 1) || :
clean :
- /bin/rm -f pw.x *.o *.a *~ *.F90 *.d *.mod *.i *.L
- /bin/rm -f neb.x *.o *.a *~ *.F90 *.d *.mod *.i *.L
include make.depend