fix: remove test_gui from test target in makefile

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-01 15:23:51 +00:00
parent efe51944a1
commit d416a30944

View File

@@ -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