diff --git a/Makefile b/Makefile index 60806a9..f6c677a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ INCLUDES = -Isrc/ CXXFLAGS_debug = -Wall -DDEBUG -g -rdynamic -std=c++2a $(INCLUDES) CXXFLAGS_release = -Wall -fvisibility=hidden -fvisibility-inlines-hidden -std=c++2a -march=x86-64 -mtune=generic -O3 -pipe -fno-plt $(INCLUDES) -SRCS = src/curl.hpp \ - src/mpvopts.hpp \ +SRCS = src/ipc.hpp \ + src/options.hpp \ + src/players.hpp \ + src/url.hpp \ src/main.cpp all: release firefox