X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/83110706b7a81ad5a9964c92823b7827d9088256..46681084b842380621fe70d8a34fffe8f1efb5f6:/emufs/Makefile 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)