From dc16a0da7f0a5596b40abad1bf8f8c5a5b1e8d51 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 21 Sep 2003 04:54:53 +0000 Subject: [PATCH] Se hace menos agresivo al make clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.43.0