X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/47cc12ccbdff47f9863bd0169f1cb5e4bcd4cc94..a8f88b37e070429e16c674679d1133249911c9e5:/Makefile diff --git a/Makefile b/Makefile index c9bafd4..a9ef497 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 sistema/local_lib -name '*.bak' | xargs rm -fv clean-readme: find -name README | xargs svn rm - -init: - @./init.sh - @rm -fv init.sh