X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/32acd8ef1fd264c969d59dffc89f00239935eb99..8f3c412038381c67bd166c1bc3de8f808e97d6cb:/emufs_gui/Makefile?ds=inline diff --git a/emufs_gui/Makefile b/emufs_gui/Makefile index 278cc09..150c820 100644 --- a/emufs_gui/Makefile +++ b/emufs_gui/Makefile @@ -1,6 +1,8 @@ CFLAGS=-Wall -g -I/usr/include/libxml2 -I../emufs -DDEBUG LDFLAGS= -lmenu -lncurses -lxml2 +SUB_DIRS=genera_art + OBJ=form.o gui.o articulos.o facturas.o registros.o menu.o ../emufs/libemufs.a all: gui