summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 123b97d..76ef581 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OBJS=$(SOURCES:.c=.o)
all: test-bufferq test-llist test-sine test-pull
-test-bufferq: test-bufferq.o bufferq.o
+test-bufferq: test-bufferq.o bufferq.o malloc.o
$(CC) $(CFLAGS) -o $@ $^
test-llist: test-llist.o