X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/6a8125da9b09da9fb28ac0eccae1283162d1545d..0ef0677af2bf0524273dc9867fad510a84e61099:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 2279eed..c61d490 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,11 @@ code: @cd doc && xmi2code + @cd doc/local_lib && xmi2code code-clean: @find lib -name '*.bak' | xargs rm -fv + @find sistema/local_lib -name '*.bak' | xargs rm -fv clean-readme: find -name README | xargs svn rm