X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/47cc12ccbdff47f9863bd0169f1cb5e4bcd4cc94..e1bb3da9b9ddbd651fef0744eb69647f3f576563:/Makefile diff --git a/Makefile b/Makefile index c9bafd4..2279eed 100644 --- a/Makefile +++ b/Makefile @@ -3,13 +3,11 @@ # $Id$ # -help: - @echo Ejecute \'make init\' para inicializar el repositorio. - @echo Ejecute \'make clean-readme\' para borrar los archivos README. +code: + @cd doc && xmi2code + +code-clean: + @find lib -name '*.bak' | xargs rm -fv clean-readme: find -name README | xargs svn rm - -init: - @./init.sh - @rm -fv init.sh