summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bca4ec5..1ee8bc1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ LIBS=-lm `pkg-config --libs liboil-0.3`
SOURCES=common.c malloc.c test-sine.c oss.c bbuffer.c format.c volscale.c byteswap.c continued-fraction.c zero.c add.c speex/resample.c resample.c interleave.c converter.c g711.c
OBJS=$(SOURCES:.c=.o)
+all: test-bufferq test-llist test-sine
+
test-bufferq: test-bufferq.o bufferq.o
$(CC) $(CFLAGS) -o $@ $^