X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/2f4b4d674e677d26de736d30402fa9efd790d095..8485a1e9661ed55cbd522b3a3fce5ac254ab3ba3:/Makefile diff --git a/Makefile b/Makefile index a9ef497..2279eed 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ code: @cd doc && xmi2code code-clean: - @find sistema/local_lib -name '*.bak' | xargs rm -fv + @find lib -name '*.bak' | xargs rm -fv clean-readme: find -name README | xargs svn rm