From f8f5582d408d4f7364432d58ffbdfcc48646a99e Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 24 Sep 2003 05:02:57 +0000 Subject: [PATCH] Se hace que se borre la corrida en el clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.43.0