diff --git a/Makefile b/Makefile index f0dce60..8fb1977 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ PROG= sndlock SRCS= imgui_impl_glfw.cpp imgui_impl_opengl3.cpp imgui_draw.cpp imgui_widgets.cpp imgui_tables.cpp imgui.cpp kirdy.cpp sndlock.cpp -CXXOPTS= -Wall `pkg-config --cflags glfw3 gl` -LDFLAGS= `pkg-config --libs glfw3 gl` -LDADD= -lsndio -lm -ljsoncpp +CXXOPTS= -Wall `pkg-config --cflags glfw3 gl asio jsoncpp` +LDFLAGS= `pkg-config --libs glfw3 gl asio jsoncpp` +LDADD= -lsndio -lm BINDIR= /usr/local/bin NOMAN= noman