X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/2f4b4d674e677d26de736d30402fa9efd790d095..4f7f46f3e2361ce4bd21847a7db8b4c3d9ee43a1:/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