build: remove test_double_process target from makefile

This commit is contained in:
Loic Coenen
2026-05-02 21:50:16 +00:00
committed by Loic Coenen (aider)
parent 1f095acd86
commit 8bbd696af7

View File

@@ -19,9 +19,6 @@ test_gui: test_gui.o gui.o engine.o transport.o lib/microui.o wav_io.o dispatche
test_cli: test_cli.o engine.o cli.o transport.o wav_io.o dispatcher.o carla.o test_cli: test_cli.o engine.o cli.o transport.o wav_io.o dispatcher.o carla.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test_double_process: test_double_process.o engine.o transport.o wav_io.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test_stress: test_stress.o engine.o wav_io.o dispatcher.o carla.o test_stress: test_stress.o engine.o wav_io.o dispatcher.o carla.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)