]> hackdaworld.org Git - my-code/ivac.git/blobdiff - src/Makefile
major bugfixes, still need clean up + improvements, not to mention speex and video...
[my-code/ivac.git] / src / Makefile
index 99d7e545211ae903ab925d42ce2a83c2f96ed78c..ca8d2e437a2c1562321c20ee9ad4b52237eaa482 100644 (file)
@@ -2,12 +2,12 @@
 
 INCLUDEDIR = /usr/include
 
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -DDISPLAY -DDEBUG -O3 -Wall
+CFLAGS = -O3 -Wall
 LIBS = -lncurses
 
 OBJS = network.o event.o input.o display.o audio.o
 
 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
 
        $(CC) $(CFLAGS) -o $@ $(OBJS) ivac.c $(LIBS)
 all: links ivac