build: remove test_double_process target from makefile
This commit is contained in:
committed by
Loic Coenen (aider)
parent
1f095acd86
commit
8bbd696af7
3
makefile
3
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user