X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2FMakefile;h=6ea10fde3bcb7b23cc4499325d0d676be4346771;hp=f3b4e0687b41c374a3cd76bebe7e1cbeedde8a74;hb=99e577ce594ed343397276ac6c2dd9729ac10d6d;hpb=2fb65b9beceb0945b593e28332507aa1b7c3fd90 diff --git a/src/Makefile b/src/Makefile index f3b4e06..6ea10fd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,10 +5,10 @@ INCLUDEDIR = /usr/include CFLAGS = -DDISPLAY -DDEBUG -O3 -Wall LIBS = -lncurses -OBJS = network.o event.o input.o display.o +OBJS = network.o event.o input.o display.o audio.o ivac: $(OBJS) - $(CC) -o $@ $(OBJS) ivac.c $(LIBS) + $(CC) $(CFLAGS) -o $@ $(OBJS) ivac.c $(LIBS) all: ivac clean: