X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/d4c259b024d7aa4b64f8727e619a65688d43c798..cf2546e250d7c96705793934cf1c3f7e64888148:/emufs/Makefile?ds=sidebyside diff --git a/emufs/Makefile b/emufs/Makefile index 2dbe9e2..77b05c0 100644 --- a/emufs/Makefile +++ b/emufs/Makefile @@ -1,5 +1,7 @@ -CFLAGS=-Wall -g -pedantic -DDEBUG -LDFLAGS=-lm +CFLAGS=-Wall -g -I/usr/include/libxml2 -DDEBUG +LDFLAGS= -lm -lmenu -lncurses -lxml2 +#CFLAGS=-Wall -g -pedantic -DDEBUG +#LDFLAGS=-lm EMUFS_COMMON=emufs.o tipo1.o tipo2.o tipo3.o idx.o did.o fsc.o common.o indices.o indice_b.o b_plus.o