update makefile
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@350 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ce3f0a611d
commit
a2e6efeb23
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ clean_all: clean_aux clean_doc
|
|||
-@make clean
|
||||
-@(rm -rf aclocal.m4 autom4te.cache configure config.* CO* dep* INST* install-sh miss* mkins* Makefile Makefile.in;\
|
||||
cd docs; rm -rf Makefile Makefile.in *.doxytag; cd ../src ; rm -rf Makefile Makefile.in; cd ../tutorials; rm -rf Makefile Makefile.in;\
|
||||
cd lesson1; rm -rf .deps/ Makefile Makefile.in)
|
||||
cd lesson1; rm -rf .deps/ Makefile Makefile.in; cd ../lesson2; rm -rf .deps/ Makefile Makefile.in)
|
||||
|
||||
clean_aux:
|
||||
-@find . \( -name "*~" -o -name "*.old" -o -name "#*" -o -name "*.bak" \) -print -exec rm -rf \{\} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue