fix: remove test_double_process references from Makefile
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
6
makefile
6
makefile
@@ -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
|
||||
$(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
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
@@ -79,9 +77,9 @@ cli.o: cli.c cli.h engine.h transport.h
|
||||
.PHONY: all clean test
|
||||
|
||||
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_tui
|
||||
./test_cli
|
||||
|
||||
Reference in New Issue
Block a user