]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs_gui/Makefile
Agrego "make clean".
[z.facultad/75.06/emufs.git] / emufs_gui / Makefile
1 CFLAGS=-Wall -g -I/usr/include/libxml2
2 LDFLAGS=-lmenu -lncurses -lxml2
3
4 all: gui 
5
6 gui: form.c gui.c malloc_debug.c articulos.c
7
8 clean:
9         @rm -vf *.o gui