fix: add missing wav_io.o to test_gui link target
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
2
makefile
2
makefile
@@ -13,7 +13,7 @@ test_engine: test_engine.o engine.o transport.o wav_io.o
|
|||||||
test_tui: test_tui.o engine.o transport.o wav_io.o
|
test_tui: test_tui.o engine.o transport.o wav_io.o
|
||||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
test_gui: test_gui.o gui.o engine.o transport.o lib/microui.o
|
test_gui: test_gui.o gui.o engine.o transport.o lib/microui.o wav_io.o
|
||||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
test_cli: test_cli.o engine.o cli.o transport.o wav_io.o
|
test_cli: test_cli.o engine.o cli.o transport.o wav_io.o
|
||||||
|
|||||||
Reference in New Issue
Block a user