fix: remove test_gui from test target in makefile
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
3
makefile
3
makefile
@@ -54,8 +54,7 @@ cli.o: cli.c cli.h engine.h
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.o lib/microui.o jack-looper test_engine test_tui test_gui test_cli
|
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_engine
|
||||||
./test_tui
|
./test_tui
|
||||||
./test_gui
|
|
||||||
./test_cli
|
./test_cli
|
||||||
|
|||||||
Reference in New Issue
Block a user