From b82c067167ac2b4d295d459cea6e26434f889c8d Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 21 Mar 2020 16:29:12 +0100 Subject: Multithreaded rendering working --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3