From 95b209426dd7a9f844cf1aa093a2b1c4301f049b Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 17 Sep 2019 17:08:10 +0200 Subject: Options A Config struct and more getopt options for window size, real/imag range, center position. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fefc439..904f534 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME = mandel CC = gcc CCFLAGS = -Wall -Wextra -LDFLAGS = -lm $(shell sdl2-config --libs --cflags) +LDFLAGS = $(shell sdl2-config --libs --cflags) HEADER = header.h SRC = main.c graphics.c mandelbrot.c helper.c -- cgit