]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
Se arregla make clean para que borre tipo1_main.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 17 Apr 2004 06:15:44 +0000 (06:15 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 17 Apr 2004 06:15:44 +0000 (06:15 +0000)
emufs/Makefile

index 84140d97286810cbe5fc5628a9e18cce7db2caf4..7f9be14c8e52ccb8418d6d9e68798288b6b0969f 100644 (file)
@@ -15,4 +15,4 @@ libemufs.a: $(EMUFS_COMMON)
        $(AR) cru libemufs.a $(EMUFS_COMMON)
 
 clean:
-       @$(RM) -fv *.o tipo1_test tipo2_main tipo3_main articulos.*
+       @$(RM) -fv *.o tipo1_main tipo2_main tipo3_main articulos.*