]> git.llucax.com Git - z.facultad/75.42/euler-oo.git/commitdiff
Se hace menos agresivo al make clean.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 21 Sep 2003 04:54:53 +0000 (04:54 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 21 Sep 2003 04:54:53 +0000 (04:54 +0000)
Makefile

index dd63b983b7a258eb89686a4f20a8541b0ef0b61c..09da7dfea5e4d5855e5d016e6b7058824bd69d91 100644 (file)
--- 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 \