]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/Makefile
Se arregla un pedin que hacia que no compile (y la identacion).
[z.facultad/75.06/emufs.git] / emufs / Makefile
index 83cf49d32a99ddcc0bdebcf9a6cc1eb5f87b3700..7f9be14c8e52ccb8418d6d9e68798288b6b0969f 100644 (file)
@@ -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.*