diff --git a/Makefile b/Makefile index 61384ae..3e5c9a4 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ clean: CC_SDL=`sdl2-config --cflags --libs` stream: stream.cpp ggml.o whisper.o - $(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL) + $(CXX) $(CXXFLAGS) stream.cpp ggml.o whisper.o -o stream $(CC_SDL) $(LDFLAGS) # # Audio samples