completely removed ncurses, added minimal audio functions
[my-code/ivac.git] / src / Makefile
index 0acc428..22c8045 100644 (file)
@@ -2,10 +2,10 @@
 
 INCLUDEDIR = /usr/include
 
-CFLAGS = -DDEBUG -O3 -Wall
+CFLAGS = -DDISPLAY -DDEBUG -O3 -Wall
 LIBS =
 
-OBJS = network.o event.o input.o
+OBJS = network.o event.o input.o display.o audio.o
 
 ivac: $(OBJS)
        $(CC) -o $@ $(OBJS) ivac.c $(LIBS)