fix: remove test_double_process references from Makefile

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 21:50:17 +00:00
parent 8bbd696af7
commit 6b6625b82f

View File

@@ -67,8 +67,6 @@ test_gui.o: test_gui.c gui.h engine.h transport.h
test_cli.o: test_cli.c engine.h transport.h test_cli.o: test_cli.c engine.h transport.h
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<
test_double_process.o: test_double_process.c engine.h transport.h
$(CC) $(CFLAGS) -c -o $@ $<
test_wav_io.o: test_wav_io.c wav_io.h test_wav_io.o: test_wav_io.c wav_io.h
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<
@@ -79,9 +77,9 @@ cli.o: cli.c cli.h engine.h transport.h
.PHONY: all clean test .PHONY: all clean test
clean: clean:
rm -f *.o lib/microui.o wav_io.o jack-looper test_engine test_tui test_gui test_cli test_double_process test_stress test_wav_io 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_double_process test_wav_io test: test_engine test_tui test_cli test_wav_io
./test_engine ./test_engine
./test_tui ./test_tui
./test_cli ./test_cli