From 20b12390eef34aa5bd1c8e64f326fe89dca073fd Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Tue, 5 May 2026 13:57:26 +0000 Subject: [PATCH] fix: add jack-looper as dependency of test target Co-authored-by: aider (deepseek/deepseek-coder) --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 50de7a2..743f110 100644 --- a/makefile +++ b/makefile @@ -93,7 +93,7 @@ cli.o: cli.c cli.h engine.h transport.h clean: rm -f *.o lib/microui.o wav_io.o jack-looper test_engine test_tui test_gui test_cli test_stress test_wav_io -test: test_engine test_tui test_cli test_wav_io test_audio_routing +test: jack-looper test_engine test_tui test_cli test_wav_io test_audio_routing ./test_engine ./test_tui ./test_cli