X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/6794c0f243f8f4843d94202d5015b0e9bd4ef547..5d846220fef75205596d50aef4567163db414749:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 129f678..a9ef497 100644 --- a/Makefile +++ b/Makefile @@ -6,5 +6,8 @@ code: @cd doc && xmi2code +code-clean: + @find sistema/local_lib -name '*.bak' | xargs rm -fv + clean-readme: find -name README | xargs svn rm