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