aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-03-21 16:29:12 +0100
committerJulian T <julian@jtle.dk>2020-03-23 16:56:59 +0100
commitb82c067167ac2b4d295d459cea6e26434f889c8d (patch)
treeca8bd98b938082feb620504db87324276967e3de /Makefile
parent83b552b622da561de047f798e5d50d59f724b1eb (diff)
Multithreaded rendering working
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aec3efe..49416a0 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC=gcc
CFLAGS=-ggdb
# We need math
-LDFLAGS=-lm
+LDFLAGS=-lm -lpthread
# Output and build options
BINARY=raytrace