From d416a309440f45a9819583d5e9f3dd03e07121a3 Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Fri, 1 May 2026 15:23:51 +0000 Subject: [PATCH] fix: remove test_gui from test target in makefile Co-authored-by: aider (deepseek/deepseek-coder) --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index a6b0753..9621a2d 100644 --- a/makefile +++ b/makefile @@ -54,8 +54,7 @@ cli.o: cli.c cli.h engine.h clean: rm -f *.o lib/microui.o jack-looper test_engine test_tui test_gui test_cli -test: test_engine test_tui test_gui test_cli +test: test_engine test_tui test_cli ./test_engine ./test_tui - ./test_gui ./test_cli