]> git.llucax.com Git - z.facultad/75.74/practicos.git/commitdiff
make clean borra tests también.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 15 Jun 2006 08:06:43 +0000 (08:06 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 15 Jun 2006 08:06:43 +0000 (08:06 +0000)
practicas/pipi/src/Makefile

index f708d0c829ee0a76be4fb01b272550c104a8160a..6bb581b158153db5f1f6110d2e79d5e6d303f032 100644 (file)
@@ -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