From: Leandro Lucarella Date: Thu, 15 Jun 2006 08:06:43 +0000 (+0000) Subject: make clean borra tests también. X-Git-Tag: svn_import~39 X-Git-Url: https://git.llucax.com/z.facultad/75.74/practicos.git/commitdiff_plain/ef15974313fff9ab137618f289649d7420833b1c make clean borra tests también. --- diff --git a/practicas/pipi/src/Makefile b/practicas/pipi/src/Makefile index f708d0c..6bb581b 100644 --- a/practicas/pipi/src/Makefile +++ b/practicas/pipi/src/Makefile @@ -66,7 +66,7 @@ depend: @makedepend $(fuentes) > /dev/null 2>&1 clean: - @$(RM) -fv *.o Makefile.bak $(targets) + @$(RM) -fv *.o Makefile.bak $(targets) $(tests) # DO NOT DELETE