summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-07-18 14:39:51 +0200
committerAki <please@ignore.pl>2021-07-18 14:39:51 +0200
commitd50717bfb0c0c894843d1c4e11b609ed3db9b2cc (patch)
treedad387965b647e68c119014d3cc203cc9bc04648 /Makefile
parent460e065d6856b3752f5fa2377a055f33d1c844ae (diff)
downloadmarkdown-d50717bfb0c0c894843d1c4e11b609ed3db9b2cc.zip
markdown-d50717bfb0c0c894843d1c4e11b609ed3db9b2cc.tar.gz
markdown-d50717bfb0c0c894843d1c4e11b609ed3db9b2cc.tar.bz2
Use package_task instead
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8cf86c..b3fb5d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CXXFLAGS+=-Wall -Wpedantic -Wextra -std=c++17
CXXFLAGS+=$(shell pkg-config --cflags gl glfw3 glew)
-LDLIBS+=-l:libimgui.a -l:libimgui_gl3.a -l:libimgui_md.a -lstdc++ -lm
+LDLIBS+=-l:libimgui.a -l:libimgui_gl3.a -l:libimgui_md.a -lstdc++ -lm -lpthread
LDLIBS+=$(shell pkg-config --libs gl glfw3 glew md4c)
markdown: