From c5008a4e62fb83eb71f5f94f622c01f2d8fe8b6b Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 22 Sep 2019 11:44:30 +0200 Subject: Supersampling - Random supersampling (prettier but quite slow) - WIP: bette color gradient --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85660a0..11997f9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME = mandel CC = gcc CCFLAGS = -Wall -Wextra -LDFLAGS = -lpthread $(shell sdl2-config --libs --cflags) +LDFLAGS = -lm -lpthread $(shell sdl2-config --libs --cflags) HEADER = header.h SRC = main.c graphics.c mandelbrot.c helper.c -- cgit