From: Leandro Lucarella Date: Sun, 21 Sep 2003 04:54:53 +0000 (+0000) Subject: Se hace menos agresivo al make clean. X-Git-Tag: svn_import~2 X-Git-Url: https://git.llucax.com/z.facultad/75.42/euler-oo.git/commitdiff_plain/dc16a0da7f0a5596b40abad1bf8f8c5a5b1e8d51 Se hace menos agresivo al make clean. --- diff --git a/Makefile b/Makefile index dd63b98..09da7df 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 *.pdf + @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 \