Fixed broken Makefile

This commit is contained in:
Baldomo
2021-07-26 19:08:03 +02:00
parent 821087a20e
commit 6218f0de7a

View File

@@ -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