From 8bbd696af7d445b6ddda59493832ebbdaf31c831 Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Sat, 2 May 2026 21:50:16 +0000 Subject: [PATCH] build: remove test_double_process target from makefile --- makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/makefile b/makefile index 5ca8ed4..837a350 100644 --- a/makefile +++ b/makefile @@ -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 $(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 $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)