X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/9f5a4b155f0d5599b1e7f04418333995d484d820..02e27a9ec780fe569744b52463eabdd83c8cf68f:/gui/Makefile?ds=inline diff --git a/gui/Makefile b/gui/Makefile index 62d6c2f..293e4bd 100644 --- a/gui/Makefile +++ b/gui/Makefile @@ -1,7 +1,7 @@ -CFLAGS=-Wall -g -LDFLAGS=-lncurses +CFLAGS=-Wall -g -I/usr/include/libxml2 +LDFLAGS=-lncurses -lxml2 all: gui -gui: form.c gui.c malloc_debug.c +gui: form.c gui.c malloc_debug.c articulos.c