bugfixes, temp. removed ncurses display funtions, fixed command parser.
[my-code/ivac.git] / src / Makefile
index 0acc428..f3b4e06 100644 (file)
@@ -2,10 +2,10 @@
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -DDEBUG -O3 -Wall
-LIBS =
+CFLAGS = -DDISPLAY -DDEBUG -O3 -Wall
+LIBS = -lncurses
 
-OBJS = network.o event.o input.o
+OBJS = network.o event.o input.o display.o
 
 ivac: $(OBJS)
        $(CC) -o $@ $(OBJS) ivac.c $(LIBS)