diff --git a/makefile b/makefile index 4c3b9df..297806d 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ test_cli: test_cli.o engine.o cli.o transport.o wav_io.o dispatcher.o test_double_process: test_double_process.o engine.o transport.o wav_io.o $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -test_stress: test_stress.o dispatcher.o transport.o +test_stress: test_stress.o dispatcher.o $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) test_wav_io: test_wav_io.o wav_io.o