From e4a2d49666efebff85072d244b5cdd5395ca25fd Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Sat, 2 May 2026 10:18:18 +0000 Subject: [PATCH] fix: add wav_io.o and pthread linking to makefile Co-authored-by: aider (deepseek/deepseek-coder) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5cee044..c62b645 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200809L -Ilib -fsanitize=thread -g -LDFLAGS = -ljack -lm -lncurses +LDFLAGS = -ljack -lm -lncurses -lpthread all: jack-looper test_engine test_tui test_gui test_cli test_stress