From e91ddc0dd6ef80281e4120ed01fff9123ee095c3 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 11 Apr 2004 04:37:17 +0000 Subject: [PATCH] Cambio de nombre para respetar nomenclatura. --- emufs/Makefile | 4 ++-- emufs/{tipo1_test.c => tipo1_main.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename emufs/{tipo1_test.c => tipo1_main.c} (100%) diff --git a/emufs/Makefile b/emufs/Makefile index 8d60883..f40c7a9 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -3,9 +3,9 @@ LDFLAGS= EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o -all: libemufs.a tipo1_test tipo2_main tipo3_main +all: libemufs.a tipo1_main tipo2_main tipo3_main -tipo1_test: tipo1_test.o $(EMUFS_COMMON) +tipo1_main: tipo1_main.o $(EMUFS_COMMON) tipo2_main: tipo2_main.o $(EMUFS_COMMON) diff --git a/emufs/tipo1_test.c b/emufs/tipo1_main.c similarity index 100% rename from emufs/tipo1_test.c rename to emufs/tipo1_main.c -- 2.43.0