all: # compile gcc -std=c99 -pedantic -Wall -Wextra -o Mandelbrot.exe Mandelbrot.c # run Mandelbrot.exe