diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-19 16:46:13 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-19 18:19:31 +0200 |
| commit | b0998910dd974280b3c6f3f65e21bfd5859b117f (patch) | |
| tree | 5a7049ac6cf0d05370df3324b2bb4b591c2bac87 /Makefile | |
| parent | 6a80b1b70ec069b051c0e31aafac6eb596e20261 (diff) | |
| download | mandelbrot_cpu-b0998910dd974280b3c6f3f65e21bfd5859b117f.tar.gz mandelbrot_cpu-b0998910dd974280b3c6f3f65e21bfd5859b117f.tar.bz2 mandelbrot_cpu-b0998910dd974280b3c6f3f65e21bfd5859b117f.zip | |
Basic explorer with window resize, iterations change, moving around
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ INC_DIR = inc OBJ_DIR = obj CC = gcc -OFLAG = -O0 +OFLAG = -Ofast -funroll-loops -ffast-math CCFLAGS = -I$(INC_DIR) -Wall -Wextra $(OFLAG) LDFLAGS = -lm -lpthread $(shell sdl2-config --libs --cflags) |
