X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/6794c0f243f8f4843d94202d5015b0e9bd4ef547..14599c3512abed278fb33bd80e204cc4f1140500:/Makefile 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