X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/83110706b7a81ad5a9964c92823b7827d9088256..d72d964935fcfb67aa0be2b123ed60ef03a0d1db:/emufs/Makefile?ds=sidebyside 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)