X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/ee8568afe20289bebd04904350c3f2563fc90e4a..9e9b90c186ca2d7c0cb5fd777beba28714fbaeff:/emufs/Makefile?ds=sidebyside diff --git a/emufs/Makefile b/emufs/Makefile index fc6b95a..5ec4767 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -3,7 +3,9 @@ LDFLAGS= EMUFS_COMMON=emufs.o tipo1.o tipo3.o idx.o did.o fsc.o -all: libemufs.a tipo3_main +all: libemufs.a tipo1_test tipo3_main + +tipo1_test: tipo1_test.o $(EMUFS_COMMON) tipo3_main: tipo3_main.o $(EMUFS_COMMON)