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