1 2 3 4 5 6 7
all: # compile gcc -std=c99 -pedantic -Wall -Wextra -o Mandelbrot.exe Mandelbrot.c # run Mandelbrot.exe