From: Leandro Lucarella Date: Wed, 24 Sep 2003 05:02:57 +0000 (+0000) Subject: Se hace que se borre la corrida en el clean. X-Git-Tag: svn_import X-Git-Url: https://git.llucax.com/z.facultad/75.42/euler-oo.git/commitdiff_plain/f8f5582d408d4f7364432d58ffbdfcc48646a99e Se hace que se borre la corrida en el clean. --- diff --git a/Makefile b/Makefile index 09da7df..eb9e81e 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ corrida.txt: tp3 # Regla para borrar. clean: @echo "Limpiando..." - @rm -fR $(TARGETS) *.o core tp2 corrida_*.txt html latex* *.ps + @rm -fR $(TARGETS) *.o core tp2 corrida.txt html latex* *.ps # Preety-printing del código fuente. FUENTES=dllist.h dllist.cpp punto.h figura.h figura.cpp rectangulo.h \