X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/240a27b93633ba4d6eb1420079576b6c90e08ce6..3399f7642a12387eb7704b550e52bb1fce93e8a9:/emufs/Makefile diff --git a/emufs/Makefile b/emufs/Makefile index 83cf49d..7f9be14 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -1,5 +1,5 @@ -CFLAGS=-Wall -g -ansi -pedantic -DDEBUG -LDFLAGS= +CFLAGS=-Wall -g -ansi -pedantic -DDEBUG +LDFLAGS=-lm EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o @@ -15,4 +15,4 @@ libemufs.a: $(EMUFS_COMMON) $(AR) cru libemufs.a $(EMUFS_COMMON) clean: - @$(RM) -fv *.o tipo1_test tipo2_main tipo3_main articulos.* + @$(RM) -fv *.o tipo1_main tipo2_main tipo3_main articulos.*