fix: add jack-looper as dependency of test target
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
2
makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user