major bugfixes, still need clean up + improvements, not to mention speex and video...
[my-code/ivac.git] / src / Makefile
index 99d7e54..ca8d2e4 100644 (file)
@@ -2,12 +2,12 @@
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -DDISPLAY -DDEBUG -O3 -Wall
+CFLAGS = -O3 -Wall
 LIBS = -lncurses
 
 OBJS = network.o event.o input.o display.o audio.o
 
-ivac: $(OBJS)
+ivac: links $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(OBJS) ivac.c $(LIBS)
 all: links ivac