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