X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/e91ddc0dd6ef80281e4120ed01fff9123ee095c3..3399f7642a12387eb7704b550e52bb1fce93e8a9:/emufs/Makefile diff --git a/emufs/Makefile b/emufs/Makefile index f40c7a9..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 @@ -12,7 +12,7 @@ tipo2_main: tipo2_main.o $(EMUFS_COMMON) tipo3_main: tipo3_main.o $(EMUFS_COMMON) libemufs.a: $(EMUFS_COMMON) - ar cru 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.*