From f7ab25b7a02d1930ce9333f5604ecc6c124d122b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sat, 17 Apr 2004 06:15:44 +0000 Subject: [PATCH 1/1] Se arregla make clean para que borre tipo1_main. --- emufs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emufs/Makefile b/emufs/Makefile index 84140d9..7f9be14 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -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.* -- 2.43.0