X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/b79e29fb18f3f8898b62ae999fbcd50d5a9fb92d..c407055e1cc6ff4c435114091c3a5430486aa659:/emufs/Makefile diff --git a/emufs/Makefile b/emufs/Makefile index 5ec4767..e6f24ff 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -1,7 +1,7 @@ CFLAGS=-Wall -g -ansi -pedantic -DDEBUG LDFLAGS= -EMUFS_COMMON=emufs.o tipo1.o tipo3.o idx.o did.o fsc.o +EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o all: libemufs.a tipo1_test tipo3_main @@ -13,4 +13,4 @@ libemufs.a: $(EMUFS_COMMON) ar cru libemufs.a tipo3.o $(EMUFS_COMMON) clean: - @rm -fv *.o tipo3_main + @rm -fv *.o tipo3_main tipo1_test articulos.*